IMFSourceReaderEx interface
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.
Members
The IMFSourceReaderEx interface inherits from IMFSourceReader. IMFSourceReaderEx also has these types of members:
Methods
The IMFSourceReaderEx interface has these methods.
| Method | Description |
|---|---|
| AddTransformForStream |
Adds a transform, such as an audio or video effect, to a stream. |
| GetTransformForStream |
Gets a pointer to a Media Foundation transform (MFT) for a specified stream. |
| RemoveAllTransformsForStream |
Removes all of the Media Foundation transforms (MFTs) for a specified stream, with the exception of the decoder. |
| SetNativeMediaType |
Sets the native media type for a stream on the media source. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also