Interface IMFSampleGrabberSinkCallback
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("8C7B80BF-EE42-4B59-B1DF-55668E1BDCA8")]
public interface IMFSampleGrabberSinkCallback : IMFClockStateSink
Methods
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
OnProcessSample(Guid, Int32, Int64, Int64, IntPtr, Int32)
Declaration
HResult OnProcessSample(Guid guidMajorMediaType, int dwSampleFlags, long llSampleTime, long llSampleDuration, IntPtr pSampleBuffer, int dwSampleSize)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
OnSetPresentationClock(IMFPresentationClock)
Declaration
HResult OnSetPresentationClock(IMFPresentationClock pPresentationClock)
Parameters
IMFPresentation
|