IMFPMediaPlayerCallback interface (mfplay.h)

[The feature associated with this page, MFPlay, is a legacy feature. It has been superseded by MediaPlayer and IMFMediaEngine. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer and IMFMediaEngine instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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