IMFSourceBufferNotify interface (mfmediaengine.h)

Provides functionality for raising events associated with IMFSourceBuffer.

Inheritance

The IMFSourceBufferNotify interface inherits from the IUnknown interface. IMFSourceBufferNotify also has these types of members:

Methods

The IMFSourceBufferNotify interface has these methods.

 
IMFSourceBufferNotify::OnAbort

Used to indicate that the source buffer has been aborted.
IMFSourceBufferNotify::OnError

Used to indicate that an error has occurred with the source buffer.
IMFSourceBufferNotify::OnUpdate

Used to indicate that the source buffer is updating.
IMFSourceBufferNotify::OnUpdateEnd

Used to indicate that the source buffer has finished updating.
IMFSourceBufferNotify::OnUpdateStart

Used to indicate that the source buffer has started updating.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header mfmediaengine.h

See also

Media Foundation Interfaces