Gjsify LogoGjsify Logo

Extra video frame flags

bitfield

Index

Enumeration Members

BOTTOM_FIELD: number

The video frame has the bottom field only. This is the same as GST_VIDEO_FRAME_FLAG_ONEFIELD (GST_VIDEO_FRAME_FLAG_TFF flag unset) (Since: 1.16).

FIRST_IN_BUNDLE: number

The video frame is the first in a set of corresponding views provided as sequential frames.

INTERLACED: number

The video frame is interlaced. In mixed interlace-mode, this flag specifies if the frame is interlaced or progressive.

MULTIPLE_VIEW: number

The video contains one or more non-mono views

NONE: number

no flags

ONEFIELD: number

The video frame has one field

RFF: number

The video frame has the repeat flag

TFF: number

The video frame has the top field first

TOP_FIELD: number

The video frame has the top field only. This is the same as GST_VIDEO_FRAME_FLAG_TFF | GST_VIDEO_FRAME_FLAG_ONEFIELD (Since: 1.16).

_ONEFIELD: number

The video frame has one field

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