amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video / VideoRotation

VideoRotation

enum class VideoRotation

VideoRotation describes the rotation of the video frame buffer in degrees clockwise from intended viewing horizon.

e.g. If you were recording camera capture upside down relative to the orientation of the sensor, this value would be VideoRotation.Rotation180.

Enum Values

Rotation0

Not rotated

Rotation90

Rotated 90 degrees clockwise

Rotation180

Rotated 180 degrees clockwise

Rotation270

Rotated 270 degrees clockwise

Properties

degrees

val degrees: Int

Companion Object Functions

from

fun from(intValue: Int): VideoRotation?