// ks.h
KSDDKAPI VOID KsPinSetPinClockTime(
[in] PKSPIN Pin,
[in] LONGLONG Time
);
View the official Windows Driver Kit DDI reference
No description available.
The KsPinSetPinClockTime function sets the current time on the clock exposed by Pin.
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.
None
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.
KsPinGetConnectedFilterInterface
KsPinGetReferenceClockInterface
KsRegisterAggregatedClientUnknown