IMFMediaEngineNotify interface (mfmediaengine.h)

Callback interface for the IMFMediaEngine interface.

Inheritance

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

Methods

The IMFMediaEngineNotify interface has these methods.

 
IMFMediaEngineNotify::EventNotify

Notifies the application when a playback event occurs.

Remarks

To set the callback pointer on the Media Engine, set the MF_MEDIA_ENGINE_CALLBACK attribute in the IMFMediaEngineClassFactory::CreateInstance method.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfmediaengine.h

See also

Media Foundation Interfaces