Package 

Enum VideoView.ScalingType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum VideoView.ScalingType
    
                        

    Contains types of video scaling that can be applied to VideoView

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ASPECT_FIT

      Video frame is scaled to fit the size of the view by maintaining the aspect ratio.

      ASPECT_FILL

      Video frame is scaled to fill the size of the view by maintaining the aspect ratio. Some portion of the video frame may be clipped.

      FILL

      Video frame is scaled to fill the size of the view without maintaining the aspect ratio.