IMFSinkWriterEncoderConfig interface

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

Members

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

Methods

The IMFSinkWriterEncoderConfig interface has these methods.

MethodDescription
PlaceEncodingParameters

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

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

Minimum supported client

Windows 8.1 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 R2 [desktop apps | Windows Store apps]

IDL

Mfreadwrite.idl

See also

Media Foundation Interfaces
IMFSinkWriter
IMFSinkWriterEx

 

 

Show: