IMFSourceBufferNotify interface
Provides functionality for raising events associated with IMFSourceBuffer.
Members
The IMFSourceBufferNotify interface inherits from the IUnknown interface. IMFSourceBufferNotify also has these types of members:
Methods
The IMFSourceBufferNotify interface has these methods.
| Method | Description |
|---|---|
| OnAbort |
Used to indicate that the source buffer has been aborted. |
| OnError |
Used to indicate that an error has occurred with the source buffer. |
| OnUpdate |
Used to indicate that the source buffer is updating. |
| OnUpdateEnd |
Used to indicate that the source buffer has finished updating. |
| OnUpdateStart |
Used to indicate that the source buffer has started updating. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
IDL |
|
See also