IKsClockPropertySet interface (ksproxy.h)
The IKsClockPropertySet interface provides methods that let the proxy accurately reflect time.
Inheritance
The IKsClockPropertySet interface inherits from the IUnknown interface.
Methods
The IKsClockPropertySet interface has these methods.
IKsClockPropertySet::KsGetCorrelatedPhysicalTime The KsGetCorrelatedPhysicalTime method retrieves the physical time and the correlated system time from the underlying clock. |
IKsClockPropertySet::KsGetCorrelatedTime The KsGetCorrelatedTime method retrieves the current time and the correlated system time from the underlying clock. |
IKsClockPropertySet::KsGetPhysicalTime The KsGetPhysicalTime method retrieves the physical time from the underlying clock. |
IKsClockPropertySet::KsGetResolution The KsGetResolution method retrieves the clock resolution from the underlying clock. |
IKsClockPropertySet::KsGetState The KsGetState method retrieves the streaming state of a pin from the underlying clock. |
IKsClockPropertySet::KsGetTime The KsGetTime method retrieves the time of the underlying clock. |
IKsClockPropertySet::KsSetCorrelatedPhysicalTime The KsSetCorrelatedPhysicalTime method sets the physical time with the correlated system time on the underlying clock. |
IKsClockPropertySet::KsSetCorrelatedTime The KsSetCorrelatedTime method sets the current time with the correlated system time on the underlying clock. |
IKsClockPropertySet::KsSetPhysicalTime The KsSetPhysicalTime method sets the physical time on the underlying clock. |
IKsClockPropertySet::KsSetTime The KsSetTime method sets the current time on the underlying clock. |
Remarks
The IID for this interface is IID_IKsClockPropertySet.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | ksproxy.h (include Ksproxy.h) |