KnownRotation enum
Known values of Rotation that the service accepts.
Fields
Auto | Automatically detect and rotate as needed. |
None | Do not rotate the video. If the output format supports it, any metadata about rotation is kept intact. |
Rotate0 | Do not rotate the video but remove any metadata about the rotation. |
Rotate180 | Rotate 180 degrees clockwise. |
Rotate270 | Rotate 270 degrees clockwise. |
Rotate90 | Rotate 90 degrees clockwise. |