Create a video_codec_state.VideoCodecState boxed type.
Get allocationCaps field.
Set allocationCaps field.
Get caps field.
Set caps field.
Get codecData field.
Set codecData field.
Get contentLightLevel field.
Get info field.
Get masteringDisplayInfo field.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Structure representing the state of an incoming or outgoing video stream for encoders and decoders.
Decoders and encoders will receive such a state through their respective @set_format vmethods.
Decoders and encoders can set the downstream state, by using the gstvideo.video_decoder.VideoDecoder.setOutputState or gstvideo.video_encoder.VideoEncoder.setOutputState methods.