TileMode
Description:
[ CCode ( cprefix = "GST_VIDEO_TILE_MODE_" , type_id = "gst_video_tile_mode_get_type ()" ) ]
[ GIR ( name = "VideoTileMode" ) ]
public enum TileMode
Enum value describing the available tiling modes.
Content:
Enum values:
- LINEAR - Tiles are in row order.
- UNKNOWN - Unknown or unset tile mode
- ZFLIPZ_2X2 - Every four adjacent
blocks - two horizontally and two vertically are grouped together and are located in memory in Z or flipped Z order.