PlanetKitVideoRotation

@objc
@frozen
public enum PlanetKitVideoRotation : Int32
extension PlanetKitVideoRotation: CustomStringConvertible

An enumeration representing the rotation of video frames.

  • Represents a rotation of 0 degrees.

    Declaration

    Swift

    case rotation0 = 0
  • Represents a rotation of 90 degrees.

    Declaration

    Swift

    case rotation90 = 1
  • Represents a rotation of 180 degrees.

    Declaration

    Swift

    case rotation180 = 2
  • Represents a rotation of 270 degrees.

    Declaration

    Swift

    case rotation270 = 3

CustomStringConvertible

  • Declaration

    Swift

    public var description: String { get }