Rotation

enum Rotation : Enum<Rotation> , ConvertibleToJava<Rotation>

The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto

Entries

Link copied to clipboard

Automatically detect and rotate as needed.

Link copied to clipboard

Do not rotate the video. If the output format supports it, any metadata about rotation is kept intact.

Link copied to clipboard

Do not rotate the video but remove any metadata about the rotation.

Link copied to clipboard

Rotate 90 degrees clockwise.

Link copied to clipboard

Rotate 180 degrees clockwise.

Link copied to clipboard

Rotate 270 degrees clockwise.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: Rotation
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): Rotation
Link copied to clipboard
fun valueOf(value: String): Rotation

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.