Gjsify LogoGjsify Logo

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 gst_video_decoder_set_output_state() or gst_video_encoder_set_output_state() methods.

record

Hierarchy

  • VideoCodecState

Index

Constructors

Properties

allocation_caps: Gst.Caps

The #GstCaps for allocation query and pool negotiation. Since: 1.10

field
caps: Gst.Caps

The #GstCaps used in the caps negotiation of the pad.

field
codec_data: Gst.Buffer

a #GstBuffer corresponding to the 'codec_data' field of a stream, or NULL.

field
content_light_level: VideoContentLightLevel

Content light level information for the stream.

field
info: VideoInfo

The #GstVideoInfo describing the stream

field
mastering_display_info: VideoMasteringDisplayInfo

Mastering display color volume information (HDR metadata) for the stream.

field
name: string

Methods

  • unref(): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method