IMFClockConsumer::GetPresentationClock method (mfidl.h)
Called by the media pipeline to get an instance of IMFPresentationClock.
Syntax
HRESULT GetPresentationClock(
[out] IMFPresentationClock **ppPresentationClock
);
Parameters
[out] ppPresentationClock
Pointer to an object that implements the IMFPresentationClock interface. This value can be null.
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 app does not implement this method. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mfidl.h |
Library | Mfplat.lib; Mfplat.dll |