VideoDecoder.setInterlacedOutputState

Same as #gstvideo.video_decoder.VideoDecoder.setOutputState but also allows you to also set the interlacing mode.

Parameters

fmt gstvideo.types.VideoFormat

a #GstVideoFormat

interlaceMode gstvideo.types.VideoInterlaceMode

A #GstVideoInterlaceMode

width uint

The width in pixels

height uint

The height in pixels

reference gstvideo.video_codec_state.VideoCodecState

An optional reference #GstVideoCodecState

Return Value

Type: gstvideo.video_codec_state.VideoCodecState

the newly configured output state.