IMFBufferListNotify interface
Enables IMFSourceBufferList object to notify its clients of important state changes.
Members
The IMFBufferListNotify interface inherits from the IUnknown interface. IMFBufferListNotify also has these types of members:
Methods
The IMFBufferListNotify interface has these methods.
| Method | Description |
|---|---|
| OnAddSourceBuffer |
Indicates that a IMFSourceBuffer has been added. |
| OnRemoveSourceBuffer |
Indicates that a IMFSourceBuffer has been removed. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
IDL |
|
See also