FrameFlags
Description:
[ CCode ( cprefix = "GST_VIDEO_FRAME_FLAG_" , type_id = "gst_video_frame_flags_get_type ()" ) ]
[ Flags ]
[ GIR ( name = "VideoFrameFlags" ) ]
public enum FrameFlags
Content:
Enum values:
- BOTTOM_FIELD - The video frame
has the bottom field only.
- FIRST_IN_BUNDLE - The video
frame is the first in a set of corresponding views provided as sequential frames.
- INTERLACED - The video frame is
interlaced.
- MULTIPLE_VIEW - The video
contains one or more non-mono views
- NONE - no flags
- ONEFIELD - The video frame has one
field
- RFF - The video frame has the repeat flag
- TFF - The video frame has the top field
first
- TOP_FIELD - The video frame has the
top field only.