Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFVideoSampleAllocatorNotifyEx interface

The callback for the IMFVideoSampleAllocatorCallback interface.

When to implement

Implement this interface to receive notifications from the video sample allocator on the enhanced video renderer (EVR). To set the callback, call the IMFVideoSampleAllocatorCallback::SetCallback method.

Members

The IMFVideoSampleAllocatorNotifyEx interface inherits from IMFVideoSampleAllocatorNotify. IMFVideoSampleAllocatorNotifyEx also has these types of members:

Methods

The IMFVideoSampleAllocatorNotifyEx interface has these methods.

MethodDescription
IMFVideoSampleAllocatorNotify::NotifyRelease

Called when a video sample is returned to the allocator.

NotifyPrune

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

 

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

Media Foundation Interfaces
IMFVideoSampleAllocatorNotify

 

 

Show:
© 2017 Microsoft