Interface IMFSampleGrabberSinkCallback2
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("CA86AA50-C46E-429E-AB27-16D6AC6844CB")]
public interface IMFSampleGrabberSinkCallback2 : 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
OnProcessSampleEx(Guid, Int32, Int64, Int64, IntPtr, Int32, IMFAttributes)
Declaration
HResult OnProcessSampleEx(Guid guidMajorMediaType, int dwSampleFlags, long llSampleTime, long llSampleDuration, IntPtr pSampleBuffer, int dwSampleSize, IMFAttributes pAttributes)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
IMFAttributes
pAttributes
|
Returns
OnSetPresentationClock(IMFPresentationClock)
Declaration
HResult OnSetPresentationClock(IMFPresentationClock pPresentationClock)
Parameters
IMFPresentation
|