Mode

public enum Mode : Int, CustomStringConvertible

Still capture mode.

  • Time-lapse mode (photos taken at regular time intervals).

    Declaration

    Swift

    case timelapse = 0
  • GPS-lapse mode (photos taken at regular GPS position intervals).

    Declaration

    Swift

    case gpslapse = 1
  • Debug description.

    Declaration

    Swift

    public var description: String { get }