KsSetDefaultClockState function (ks.h)

The KsSetDefaultClockState function sets the current state of the clock that is used to reflect the current state of the underlying filter pin. The owner of the default clock is expected to serialize access to this function and to call KsSetDefaultClockTime.

The function can be called at DISPATCH_LEVEL.

Syntax

KSDDKAPI VOID KsSetDefaultClockState(
  [in] PKSDEFAULTCLOCK DefaultClock,
  [in] KSSTATE         State
);

Parameters

[in] DefaultClock

Specifies an initialize default clock structure that is shared among any instance of the default clock for the parent.

[in] State

Specifies the new state to set the clock.

Return value

None

Requirements

Requirement Value
Target Platform Universal
Header ks.h (include Ks.h)
Library Ks.lib

See also

KsGetDefaultClockState