VideoDimensionMode
Represents the video dimension mode of the material.
VideoDimensionMode determines how the material compose the video frame for stereoscopic rendering. Default:MONO.
Entries
TOP_AND_DOWN indicates the video dimension mode is vertically structured into two parts. For example, if the decoded image resolution is 3840 x 1920, both the left and right eye images have a resolution of 3840 x 960. This mode supports 2D top and bottom, 3D 180 top and bottom, and 3D 360 top and bottom videos.
SIDE_BY_SIDE indicates the video dimension mode is horizontally structured into two parts. For example, if the decoded image resolution is 3840 x 1920, both left and right eye images have a resolution of 1920 x 1920. This mode supports 2D side by side, 3D 180 side by side, and 3D 360 side by side videos.
MULTIPLE_VIEW indicates the video dimension mode uses a double buffer structure, meaning there is one buffer dedicated for each eye. This mode is typically used for MV-HEVC video format. For example, if the decoded image resolution is 3840 x 1920, both the left and right eye images have a resolution of 3840 x 1920.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.