IMFMediaEngineNotify interface
Callback interface for the IMFMediaEngine interface.
When to implement
Implement this interface whenever you use the IMFMediaEngine interface.
Members
The IMFMediaEngineNotify interface inherits from the IUnknown interface. IMFMediaEngineNotify also has these types of members:
Methods
The IMFMediaEngineNotify interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: