IMFVideoSampleAllocatorNotifyEx::NotifyPrune method

Called when allocator samples are released for pruning by the allocator, or when the allocator is removed.

Syntax


HRESULT NotifyPrune(
   IMFSample *pSample
);

Parameters

pSample

The sample to be pruned.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Mfidl.h

IDL

Mfidl.idl

IID

IID_IMFVideoSampleAllocatorNotifyEx is defined as 3978aa1a-6d5b-4b7f-a340-90899189ae34

See also

IMFVideoSampleAllocatorNotifyEx
IMFSample

 

 

Show: