MultiviewFlags
Description:
[ CCode ( cprefix = "GST_VIDEO_MULTIVIEW_FLAGS_" , type_id = "gst_video_multiview_flags_get_type ()" ) ]
[ Flags ]
[ GIR ( name = "VideoMultiviewFlags" ) ]
public enum MultiviewFlags
GstVideoMultiviewFlags are used to indicate extra properties of a stereo/multiview stream beyond the frame layout and buffer mapping that
is conveyed in the MultiviewMode.
Content:
Enum values:
- HALF_ASPECT - For frame-packed
multiview modes, indicates that the individual views have been encoded with half the true width or height and should be scaled back
up for display.
- LEFT_FLIPPED - The left view
is vertically mirrored.
- LEFT_FLOPPED - The left view
is horizontally mirrored.
- MIXED_MONO - The video stream
contains both mono and multiview portions, signalled on each buffer by the absence or presence of the
GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW buffer flag.
- NONE - No flags
- RIGHT_FLIPPED - The right
view is vertically mirrored.
- RIGHT_FLOPPED - The right
view is horizontally mirrored.
- RIGHT_VIEW_FIRST - For
stereo streams, the normal arrangement of left and right views is reversed.