Interface
IMFVideoSampleAllocatorCallback

Definition

Namespace:MediaFoundation

Assembly:MediaFoundation.dll

Syntax:

cs-api-definition
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("992388B4-3372-4F67-8B6F-C84C071F4751")]
public interface IMFVideoSampleAllocatorCallback

Methods

GetFreeSampleCount(out int)

Declaration

cs-api-definition
HResult GetFreeSampleCount(out int plSamples)

Parameters

plSamples

int

Returns

HResult

SetCallback(IMFVideoSampleAllocatorNotify)

Declaration

cs-api-definition
HResult SetCallback(IMFVideoSampleAllocatorNotify pNotify)

Parameters

pNotify

IMFVideoSampleAllocatorNotify

Returns

HResult