CameraMode

@objc(GSCameraMode)
public enum CameraMode : Int, CustomStringConvertible, CaseIterable

Camera mode.

  • Camera mode that is best suited to record videos.

    Note

    Depending on the device, it may also be possible to take photos while in this mode.

    Declaration

    Swift

    case recording
  • Camera mode that is best suited to take photos.

    Declaration

    Swift

    case photo
  • Debug description.

    Declaration

    Swift

    public var description: String { get }