Android
public value class StereoMode private constructor(internal val value: SurfaceEntity.StereoMode)
Mode for SpatialExternalSurface display.
Companion Object
Properties
Android
public val Mono: StereoMode
Each eye will see the entire surface (no separation).
Android
public val TopBottom: StereoMode
The [top, bottom] halves of the surface will map to [left, right] eyes.
Android
public val SideBySide: StereoMode
The [left, right] halves of the surface will map to [left, right] eyes.
Android
public val MultiviewLeftPrimary: StereoMode
For displaying mv-hevc video format, [base, secondary] view layers will map to [left, right] eyes.
Android
public val MultiviewRightPrimary: StereoMode
For displaying mv-hevc video format, [base, secondary] view layers will map to [right, left] eyes.