Package com.google.android.exoplayer2
Annotation Type C.StereoMode
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface C.StereoMode
The stereo mode for 360/3D/VR videos. One ofFormat.NO_VALUE
,C.STEREO_MODE_MONO
,C.STEREO_MODE_TOP_BOTTOM
,C.STEREO_MODE_LEFT_RIGHT
orC.STEREO_MODE_STEREO_MESH
.