PhotoMode

@objc(GSMediaItemPhotoMode)
public enum PhotoMode : Int, CustomStringConvertible

Photo mode.

  • single shot mode.

    Declaration

    Swift

    case single
  • bracketing mode (take a burst of 3 or 5 frames with a different exposure).

    Declaration

    Swift

    case bracketing
  • burst mode (take burst of frames).

    Declaration

    Swift

    case burst
  • panorama mode (take successive set of photos from one hovering point while rotating).

    Declaration

    Swift

    case panorama
  • Photo mode that allows to take frames at a regular time interval.

    Declaration

    Swift

    case timeLapse
  • Photo mode that allows to take frames at a regular GPS position interval.

    Declaration

    Swift

    case gpsLapse
  • Debug description.

    Declaration

    Swift

    public var description: String { get }