TypeScript API Documentation for GSTREAMER VIDEO
API Version: 1.0
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
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.
set_format
Decoders and encoders can set the downstream state, by using the gst_video_decoder_set_output_state() or gst_video_encoder_set_output_state() methods.
gst_video_decoder_set_output_state()
gst_video_encoder_set_output_state()
Static
Increases the refcount of the given state by one.
buf
Decreases the refcount of the state. If the refcount reaches 0, the state will be freed.
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_formatvmethods.Decoders and encoders can set the downstream state, by using the
gst_video_decoder_set_output_state()orgst_video_encoder_set_output_state()methods.