KsPinSetPinClockTime - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

KSDDKAPI VOID KsPinSetPinClockTime(
  [in] PKSPIN   Pin,
  [in] LONGLONG Time
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-kspinsetpinclocktime)

KsPinSetPinClockTime function

Description

The KsPinSetPinClockTime function sets the current time on the clock exposed by Pin.

Parameters

Pin [in]

A pointer to a KSPIN structure representing the AVStream pin object for which the exposed clock is set to the time specified by Time.

Time [in]

This parameter specifies the time that is set on the clock exposed by Pin. To determine time measurement units, use IKsReferenceClock::GetResolution.

Return value

None

Remarks

KsPinSetPinClockTime modifies the current time returned by the clock. If an external clock is used, this function can still be used to force a resetting of the current timer when the external timer is not being used. In this case, the time provided is ignored and must be set to zero.

See also

IKsControl

IKsReferenceClock

KsFilterGetOuterUnknown

KsGetOuterUnknown

KsPinGetConnectedFilterInterface

KsPinGetConnectedPinInterface

KsPinGetReferenceClockInterface

KsRegisterAggregatedClientUnknown