Class

StereoMode

Mode for SpatialExternalSurface display.

Source set: Android
public value class StereoMode private constructor(internal val value: SurfaceEntity.StereoMode)

Mode for SpatialExternalSurface display.

Companion Object

Properties

Source set: Android
public val Mono: StereoMode

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

Source set: Android
public val TopBottom: StereoMode

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

Source set: Android
public val SideBySide: StereoMode

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

Source set: Android
public val MultiviewLeftPrimary: StereoMode

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

Source set: Android
public val MultiviewRightPrimary: StereoMode

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

Last updated: