MultiviewMode
Description:
[ CCode ( cprefix = "GST_VIDEO_MULTIVIEW_MODE_" , type_id = "gst_video_multiview_mode_get_type ()" ) ]
[ GIR ( name = "VideoMultiviewMode" ) ]
public enum MultiviewMode
All possible stereoscopic 3D and multiview representations.
In conjunction with MultiviewFlags, describes how multiview content is being
transported in the stream.
Content:
Enum values:
- CHECKERBOARD - Pixels are
arranged with alternating pixels representing left and right eye views in a checkerboard fashion.
- COLUMN_INTERLEAVED -
Alternating vertical columns of pixels represent the left and right eye view respectively.
- FRAME_BY_FRAME - Left and
right eye views are provided in separate frames alternately.
- LEFT - All frames represent a left-eye
view.
- MONO - All frames are monoscopic.
- MULTIVIEW_FRAME_BY_FRAME -
Multiple independent views are provided in separate frames in sequence.
- NONE - A special value indicating no
multiview information.
- RIGHT - All frames represent a
right-eye view.
- ROW_INTERLEAVED -
Alternating horizontal rows of pixels represent the left and right eye view respectively.
- SEPARATED - Multiple views are
provided as separate Memory framebuffers attached to each
Buffer, described by the `GstVideoMultiviewMeta` and
Meta(s)
- SIDE_BY_SIDE - Left and right
eye views are provided in the left and right half of the frame respectively.
- SIDE_BY_SIDE_QUINCUNX -
Left and right eye views are provided in the left and right half of the frame, but have been sampled using
quincunx method, with half-pixel offset between the 2 views.
- TOP_BOTTOM - The top half of the
frame contains the left eye, and the bottom half the right eye.
Static methods:
Methods: