set_interlaced_output_state


Description:

[ Version ( since = "1.16." ) ]
public CodecState set_interlaced_output_state (Format fmt, InterlaceMode interlace_mode, uint width, uint height, CodecState? reference)

Same as set_output_state() but also allows you to also set the interlacing mode.

Parameters:

this

a Decoder

fmt

a Format

interlace_mode

A InterlaceMode

width

The width in pixels

height

The height in pixels

reference

An optional reference CodecState

Returns:

the newly configured output state.