IMFMediaSourceExtensionNotify interface (mfmediaengine.h)

Provides functionality for raising events associated with IMFMediaSourceExtension.

Inheritance

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

Methods

The IMFMediaSourceExtensionNotify interface has these methods.

 
IMFMediaSourceExtensionNotify::OnSourceClose

Used to indicate that the media source has closed.
IMFMediaSourceExtensionNotify::OnSourceEnded

Used to indicate that the media source has ended.
IMFMediaSourceExtensionNotify::OnSourceOpen

Used to indicate that the media source has opened.

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