Enumeration (GI Flags)

GstVideo-1.0GstVideoVideoMultiviewFlags

GstVideoMultiviewFlags are used to indicate extra properties of a stereo/multiview stream beyond the frame layout and buffer mapping that is conveyed in the GstVideo.VideoMultiviewMode.

Index

Enumeration Members

HALF_ASPECT: number

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. This flag is used for overriding input layout interpretation by adjusting pixel-aspect-ratio. For side-by-side, column interleaved or checkerboard packings, the pixel width will be doubled. For row interleaved and top-bottom encodings, pixel height will be doubled.

LEFT_FLIPPED: number

The left view is vertically mirrored.

LEFT_FLOPPED: number

The left view is horizontally mirrored.

MIXED_MONO: number

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: number

No flags

RIGHT_FLIPPED: number

The right view is vertically mirrored.

RIGHT_FLOPPED: number

The right view is horizontally mirrored.

RIGHT_VIEW_FIRST: number

For stereo streams, the normal arrangement of left and right views is reversed.