Interface IMFClockStateSink
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("F6696E82-74F7-4F3D-A178-8A5E09C3659F")]
public interface IMFClockStateSink
Methods
OnClockPause(Int64)
Declaration
HResult OnClockPause(long hnsSystemTime)
Parameters
System.Int64
hnsSystemTime
|
Returns
HResult
|
OnClockRestart(Int64)
Declaration
HResult OnClockRestart(long hnsSystemTime)
Parameters
System.Int64
hnsSystemTime
|
Returns
HResult
|
OnClockSetRate(Int64, Single)
Declaration
HResult OnClockSetRate(long hnsSystemTime, float flRate)
Parameters
System.Int64
hnsSystemTime
|
System.Single
flRate
|
Returns
HResult
|
OnClockStart(Int64, Int64)
Declaration
HResult OnClockStart(long hnsSystemTime, long llClockStartOffset)
Parameters
System.Int64
hnsSystemTime
|
System.Int64
llClockStartOffset
|
Returns
HResult
|
OnClockStop(Int64)
Declaration
HResult OnClockStop(long hnsSystemTime)
Parameters
System.Int64
hnsSystemTime
|
Returns
HResult
|