Gjsify LogoGjsify Logo

The different video flags that a format info can have.

bitfield

Index

Enumeration Members

ALPHA: number

The video format has an alpha components with the number 3.

COMPLEX: number

The video format has a complex layout that can't be described with the usual information in the #GstVideoFormatInfo.

GRAY: number

The video is gray, there is one gray component with index 0.

LE: number

The video format has data stored in little endianness.

PALETTE: number

The video format has a palette. The palette is stored in the second plane and indexes are stored in the first plane.

RGB: number

The video format is RGB, components are numbered 0=R, 1=G, 2=B.

SUBTILES: number

The tile size varies per plane according to the subsampling.

TILED: number

The format is tiled, there is tiling information in the last plane.

UNPACK: number

This format can be used in a #GstVideoFormatUnpack and #GstVideoFormatPack function.

YUV: number

The video format is YUV, components are numbered 0=Y, 1=U, 2=V.

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