IMFVideoSampleAllocatorNotify 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 IMFVideoSampleAllocatorNotify interface inherits from the IUnknown interface. IMFVideoSampleAllocatorNotify also has these types of members:
Methods
The IMFVideoSampleAllocatorNotify interface has these methods.
| Method | Description |
|---|---|
| NotifyRelease |
Called when a video sample is returned to the allocator. |
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
See also