SurfaceEntity.StereoMode


object SurfaceEntity.StereoMode


Summary

Constants

const Int

Each eye will see the entire surface (no separation)

const Int

Multiview video, primary, auxiliary views will map to left, right eyes

const Int

Multiview video, primary, auxiliary views will map to right, left eyes

const Int

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

const Int

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

Constants

STEREO_MODE_MONO

Added in 1.0.0-alpha07
const val STEREO_MODE_MONO = 0: Int

Each eye will see the entire surface (no separation)

STEREO_MODE_MULTIVIEW_LEFT_PRIMARY

Added in 1.0.0-alpha07
const val STEREO_MODE_MULTIVIEW_LEFT_PRIMARY = 4: Int

Multiview video, primary, auxiliary views will map to left, right eyes

STEREO_MODE_MULTIVIEW_RIGHT_PRIMARY

Added in 1.0.0-alpha07
const val STEREO_MODE_MULTIVIEW_RIGHT_PRIMARY = 5: Int

Multiview video, primary, auxiliary views will map to right, left eyes

STEREO_MODE_SIDE_BY_SIDE

Added in 1.0.0-alpha07
const val STEREO_MODE_SIDE_BY_SIDE = 2: Int

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

STEREO_MODE_TOP_BOTTOM

Added in 1.0.0-alpha07
const val STEREO_MODE_TOP_BOTTOM = 1: Int

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