RecordingOrientation

@objc
public enum RecordingOrientation : Int

The RecordingOrientation determines the orientation used by the camera for taking a photo or recording a video.

  • The default vertical orientation with the bottom of the device pointing down.

    Declaration

    Swift

    case portrait
  • The vertical orientation with the bottom of the device pointing up.

    Declaration

    Swift

    case portraitBottomUp
  • The horizontal orientation with the bottom of the device pointing left.

    Declaration

    Swift

    case landscapeBottomLeft
  • The horizontal orientation with the bottom of the device pointing right.

    Declaration

    Swift

    case landscapeBottomRight