Create a video_codec_state.VideoCodecState boxed type.
Get field allocationCaps.
Set field allocationCaps.
Get field caps.
Set field caps.
Get field codecData.
Set field codecData.
Get field contentLightLevel.
Get field info.
Get field masteringDisplayInfo.
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.