VideoGravity
Specifies how a video is scaled or stretched to fit within its container bounds.
Entries
Link copied to clipboard
@SerialName(value = "resizeAspect")
Scales the video to fit within the container bounds while preserving the original aspect ratio.
Link copied to clipboard
@SerialName(value = "resizeAspectFill")
Scales the video to completely fill the container bounds while preserving the original aspect ratio.
Properties
Functions
Link copied to clipboard
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.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.