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.
interface IMFMediaSourceEx : public IMFMediaSource
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.
Header: Declared in mfidl.h.