StereoMode

value class StereoMode


Mode for SpatialExternalSurface display.

Summary

Public companion properties

StereoMode

Each eye will see the entire surface (no separation).

StereoMode

For displaying mv-hevc video format, base, secondary view layers will map to left, right eyes.

StereoMode

For displaying mv-hevc video format, base, secondary view layers will map to right, left eyes.

StereoMode

The left, right halves of the surface will map to left, right eyes.

StereoMode

The top, bottom halves of the surface will map to left, right eyes.

Public companion properties

Mono

val MonoStereoMode

Each eye will see the entire surface (no separation).

MultiviewLeftPrimary

val MultiviewLeftPrimaryStereoMode

For displaying mv-hevc video format, base, secondary view layers will map to left, right eyes.

MultiviewRightPrimary

val MultiviewRightPrimaryStereoMode

For displaying mv-hevc video format, base, secondary view layers will map to right, left eyes.

SideBySide

val SideBySideStereoMode

The left, right halves of the surface will map to left, right eyes.

TopBottom

val TopBottomStereoMode

The top, bottom halves of the surface will map to left, right eyes.