IMFPresentationClock::GetTime method
Retrieves the latest clock time.
Syntax
HRESULT GetTime( [out] MFTIME *phnsClockTime );
Parameters
- phnsClockTime [out]
-
Receives the latest clock time, in 100-nanosecond units. The time is relative to when the clock was last started.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
The clock does not have a presentation time source. Call IMFPresentationClock::SetTimeSource. |
Remarks
This method does not attempt to smooth out jitter or otherwise account for any inaccuracies in the clock time.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also