IMFSinkWriterEx interface (mfreadwrite.h)

Extends the IMFSinkWriter interface.

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

Inheritance

The IMFSinkWriterEx interface inherits from IMFSinkWriter. IMFSinkWriterEx also has these types of members:

Methods

The IMFSinkWriterEx interface has these methods.

 
IMFSinkWriterEx::GetTransformForStream

Gets a pointer to a Media Foundation transform (MFT) for a specified stream. (IMFSinkWriterEx.GetTransformForStream)

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

IMFSinkWriter

Media Foundation Interfaces

Sink Writer