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)Same as #[gstvideo.video_decoder.VideoDecoder.setOutputState] but also allows you to also set the interlacing mode.
Parameters
fmt | a #GstVideoFormat |
interlaceMode | A #GstVideoInterlaceMode |
width | The width in pixels |
height | The height in pixels |
reference | An optional reference #GstVideoCodecState |
Returns
the newly configured output state.