FormatFlags
Description:
[ CCode ( cprefix = "GST_VIDEO_FORMAT_FLAG_" , type_id = "gst_video_format_flags_get_type ()" ) ]
[ Flags ]
[ GIR ( name = "VideoFormatFlags" ) ]
public enum FormatFlags
The different video flags that a format info can have.
Content:
Enum values:
- ALPHA - The video format has an alpha
components with the number 3.
- COMPLEX - The video format has a
complex layout that can't be described with the usual information in the FormatInfo
.
- GRAY - The video is gray, there is one
gray component with index 0.
- LE - The video format has data stored in
little endianness.
- PALETTE - The video format has a
palette.
- RGB - The video format is RGB, components
are numbered 0=R, 1=G, 2=B.
- SUBTILES - The tile size varies per
plane according to the subsampling.
- TILED - The format is tiled, there is
tiling information in the last plane.
- UNPACK - This format can be used in a
FormatUnpack and
FormatPack function.
- YUV - The video format is YUV, components
are numbered 0=Y, 1=U, 2=V.