Package com.google.android.exoplayer2
Annotation Type C.VideoScalingMode
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface C.VideoScalingMode
Video scaling modes forMediaCodec
-based renderers. One ofC.VIDEO_SCALING_MODE_SCALE_TO_FIT
,C.VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING
orC.VIDEO_SCALING_MODE_DEFAULT
.