BufferFlags
Description:
[ CCode ( cprefix = "GST_VIDEO_BUFFER_FLAG_" , type_id = "gst_video_buffer_flags_get_type ()" ) ]
[ Flags ]
[ GIR ( name = "VideoBufferFlags" ) ]
public enum BufferFlags
Additional video buffer flags.
These flags can potentially be used on any buffers carrying closed caption data, or video data - even encoded data.
Note that these are only valid for Caps of type: video/... and caption/...
They can conflict with other extended buffer flags.
Content:
Enum values:
- BOTTOM_FIELD - The video frame
has the bottom field only.
- FIRST_IN_BUNDLE - When
conveying stereo/multiview content with frame-by-frame methods, this flag marks the first buffer in a bundle of frames that belong
together.
- INTERLACED - If the
Buffer is interlaced.
- LAST - Offset to define more flags
- MARKER - The
Buffer contains the end of a video field or frame boundary such as the
last subframe or packet (Since: 1.18).
- MULTIPLE_VIEW - The
Buffer contains one or more specific views, such as left or right eye
view.
- ONEFIELD - If the
Buffer is interlaced, then only the first field (as defined by the
gst_video_buffer_flag_tff flag setting) is to be displayed (Since: 1.16).
- RFF - If the
Buffer is interlaced, then the first field (as defined by the
gst_video_buffer_flag_tff flag setting) is repeated.
- TFF - If the
Buffer is interlaced, then the first field in the video frame is the top
field.
- TOP_FIELD - The video frame has the
top field only.