Package com.google.android.exoplayer2
Annotation Type C.VideoOutputMode
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface C.VideoOutputMode
Video decoder output modes. Possible modes areC.VIDEO_OUTPUT_MODE_NONE
,C.VIDEO_OUTPUT_MODE_YUV
andC.VIDEO_OUTPUT_MODE_SURFACE_YUV
.