IMFSinkWriterEncoderConfig interface (mfreadwrite.h)

Provides additional functionality on the sink writer for dynamically changing the media type and encoder configuration.

Inheritance

The IMFSinkWriterEncoderConfig interface inherits from the IUnknown interface. IMFSinkWriterEncoderConfig also has these types of members:

Methods

The IMFSinkWriterEncoderConfig interface has these methods.

 
IMFSinkWriterEncoderConfig::PlaceEncodingParameters

Dynamically updates the encoder configuration with a collection of new encoder settings.
IMFSinkWriterEncoderConfig::SetTargetMediaType

Dynamically changes the target media type that Sink Writer is encoding to.

Remarks

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

Requirements

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

See also

IMFSinkWriter

IMFSinkWriterEx

Media Foundation Interfaces