Enumeration (GI Flags)

GstVideo-1.0GstVideoVideoFrameFlags

Extra video frame flags

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).