-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum VideoView.ScalingTypeContains types of video scaling that can be applied to VideoView
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASPECT_FITVideo frame is scaled to fit the size of the view by maintaining the aspect ratio.
ASPECT_FILLVideo frame is scaled to fill the size of the view by maintaining the aspect ratio. Some portion of the video frame may be clipped.
FILLVideo frame is scaled to fill the size of the view without maintaining the aspect ratio.
-
Method Summary
Modifier and Type Method Description static Array<VideoView.ScalingType>values()static VideoView.ScalingTypevalueOf(String name)-
-
Method Detail
-
values
static Array<VideoView.ScalingType> values()
-
valueOf
static VideoView.ScalingType valueOf(String name)
-
-
-
-