Interface IMFVideoPresenter
Namespace: MediaFoundation.EVR
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("29AFF080-182A-4A5D-AF3B-448F3A6346CB")]
public interface IMFVideoPresenter : IMFClockStateSink
Methods
GetCurrentMediaType(out IMFVideoMediaType)
Declaration
HResult GetCurrentMediaType(out IMFVideoMediaType ppMediaType)
Parameters
IMFVideo
|
Returns
OnClockPause(Int64)
Declaration
HResult OnClockPause(long hnsSystemTime)
Parameters
System.
|
Returns
OnClockRestart(Int64)
Declaration
HResult OnClockRestart(long hnsSystemTime)
Parameters
System.
|
Returns
OnClockSetRate(Int64, Single)
Declaration
HResult OnClockSetRate(long hnsSystemTime, float flRate)
Parameters
System.
|
System.
|
Returns
OnClockStart(Int64, Int64)
Declaration
HResult OnClockStart(long hnsSystemTime, long llClockStartOffset)
Parameters
System.
|
System.
|
Returns
OnClockStop(Int64)
Declaration
HResult OnClockStop(long hnsSystemTime)
Parameters
System.
|
Returns
ProcessMessage(MFVPMessageType, IntPtr)
Declaration
HResult ProcessMessage(MFVPMessageType eMessage, IntPtr ulParam)
Parameters
MFVPMessage
|
System.
|