PanoramaType

@objc(GSMediaItemPanoramaType)
public enum PanoramaType : Int, CustomStringConvertible

Panorama type.

  • Horizontal 180° panorama type.

    Declaration

    Swift

    case horizontal_180
  • Vertical 180° panorama type.

    Declaration

    Swift

    case vertical_180
  • Spherical panorama type.

    Declaration

    Swift

    case spherical
  • Super wide panorama type.

    Declaration

    Swift

    case super_wide
  • Debug description.

    Declaration

    Swift

    public var description: String { get }