IMFPMediaPlayerCallback interface (mfplay.h)

Important  Deprecated. This API may be removed from future releases of Windows. Applications should use the Media Session for playback.
 

Callback interface for the IMFPMediaPlayer interface.

To set the callback, pass an IMFPMediaPlayerCallback pointer to the MFPCreateMediaPlayer function in the pCallback parameter. The application implements the IMFPMediaPlayerCallback interface.

Inheritance

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

Methods

The IMFPMediaPlayerCallback interface has these methods.

 
IMFPMediaPlayerCallback::OnMediaPlayerEvent

Called by the MFPlay player object to notify the application of a playback event.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header mfplay.h

See also

Media Foundation Interfaces

Using MFPlay for Audio/Video Playback