IMFMediaSourceEx Interface

Extends the IMFMediaSource interface to provide additional capabilities for a media source.

To get a pointer to this interface, call QueryInterface on the media source.

Syntax

interface IMFMediaSourceEx : public IMFMediaSource  

Remarks

When to implement

If you are writing a custom media source, it is optional to implement this interface. Implement this interface if you need to support either of the following scenarios:

Implementations of this interface can return E_NOTIMPL for any methods that are not required by the media source.

Requirements

Header: Declared in mfidl.h.