[ 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.
| this |
a Decoder |
| fmt |
a Format |
| interlace_mode | |
| width |
The width in pixels |
| height |
The height in pixels |
| reference |
An optional reference CodecState |
|
the newly configured output state. |