Interface IMFVideoSampleAllocatorCallback
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("992388B4-3372-4F67-8B6F-C84C071F4751")]
public interface IMFVideoSampleAllocatorCallback
Methods
GetFreeSampleCount(out Int32)
Declaration
HResult GetFreeSampleCount(out int plSamples)
Parameters
System.Int32
plSamples
|
Returns
HResult
|
SetCallback(IMFVideoSampleAllocatorNotify)
Declaration
HResult SetCallback(IMFVideoSampleAllocatorNotify pNotify)
Parameters
IMFVideoSampleAllocatorNotify
pNotify
|
Returns
HResult
|