Interface IMFVideoSampleAllocator
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[Guid("86CBC910-E533-4751-8E3B-F19B5B806A03")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFVideoSampleAllocator
Methods
AllocateSample(out IMFSample)
Declaration
HResult AllocateSample(out IMFSample ppSample)
Parameters
IMFSample
ppSample
|
Returns
HResult
|
InitializeSampleAllocator(Int32, IMFMediaType)
Declaration
HResult InitializeSampleAllocator(int cRequestedFrames, IMFMediaType pMediaType)
Parameters
System.Int32
cRequestedFrames
|
IMFMediaType
pMediaType
|
Returns
HResult
|
SetDirectXManager(Object)
Declaration
HResult SetDirectXManager(object pManager)
Parameters
System.Object
pManager
|
Returns
HResult
|