IMFSourceReaderEx interface (mfreadwrite.h)

Extends the IMFSourceReader interface.

The Source Reader implements this interface in Windows 8. To get a pointer to this interface, call QueryInterface on the Source Reader.

Inheritance

The IMFSourceReaderEx interface inherits from IMFSourceReader. IMFSourceReaderEx also has these types of members:

Methods

The IMFSourceReaderEx interface has these methods.

 
IMFSourceReaderEx::AddTransformForStream

Adds a transform, such as an audio or video effect, to a stream.
IMFSourceReaderEx::GetTransformForStream

Gets a pointer to a Media Foundation transform (MFT) for a specified stream. (IMFSourceReaderEx.GetTransformForStream)
IMFSourceReaderEx::RemoveAllTransformsForStream

Removes all of the Media Foundation transforms (MFTs) for a specified stream, with the exception of the decoder.
IMFSourceReaderEx::SetNativeMediaType

Sets the native media type for a stream on the media source.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfreadwrite.h

See also

IMFSourceReader

Media Foundation Interfaces

Source Reader