SurfaceEntity.StereoMode


public static class SurfaceEntity.StereoMode


Summary

Constants

static final int

Each eye will see the entire surface (no separation)

static final int

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

static final int

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

static final int

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

static final int

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

Public fields

static @NonNull SurfaceEntity.StereoMode

Constants

STEREO_MODE_MONO

Added in 1.0.0-alpha07
public static final int STEREO_MODE_MONO = 0

Each eye will see the entire surface (no separation)

STEREO_MODE_MULTIVIEW_LEFT_PRIMARY

Added in 1.0.0-alpha07
public static final int STEREO_MODE_MULTIVIEW_LEFT_PRIMARY = 4

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

STEREO_MODE_MULTIVIEW_RIGHT_PRIMARY

Added in 1.0.0-alpha07
public static final int STEREO_MODE_MULTIVIEW_RIGHT_PRIMARY = 5

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

STEREO_MODE_SIDE_BY_SIDE

Added in 1.0.0-alpha07
public static final int STEREO_MODE_SIDE_BY_SIDE = 2

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

STEREO_MODE_TOP_BOTTOM

Added in 1.0.0-alpha07
public static final int STEREO_MODE_TOP_BOTTOM = 1

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

Public fields

INSTANCE

Added in 1.0.0-alpha07
public static @NonNull SurfaceEntity.StereoMode INSTANCE