VideoDecoder.setInterlacedOutputState

gstvideo.video_codec_state.VideoCodecState setInterlacedOutputState(gstvideo.types.VideoFormat fmt, gstvideo.types.VideoInterlaceMode interlaceMode, uint width, uint height, gstvideo.video_codec_state.VideoCodecState reference = null) nothrow

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

Parameters

fmta #GstVideoFormat
interlaceModeA #GstVideoInterlaceMode
widthThe width in pixels
heightThe height in pixels
referenceAn optional reference #GstVideoCodecState

Returns

the newly configured output state.