Video Scaling Type
Enumeration used to control how video frames are render to occupy Android view available space on screen.
Entries
Video frame is scaled to fit the size of the view while maintaining the aspect ratio. Transparent borders may be displayed.
Video frame is scaled to fill the size of the view while maintaining the aspect ratio. Some portion of the video frame may be clipped.
Compromise between ASPECT_FIT and ASPECT_FILL. Video frame will fill as much of the view as possible while maintaining aspect ratio, as long as at least 56% of the frame content will be shown.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.