VideoScalingType
VideoScalingType describes the scaling type of how video is rendered. Certain types may effect how much of a video is cropped. visibleFraction refers to the minimum amount of a video frame required to be shown per scaling type (e.g. AspectFit indicates showing the whole frame, no cropping).
Entries
Attempt to avoid cropping seen using AspectFill while showing more of the image then AspectFit; this may crop if the aspect ratios do not match.
Fill the surrounding view; this may crop if the aspect ratios do not match.
Properties
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.