Camera2PhotoFileFormat

public enum Camera2PhotoFileFormat : String, Camera2ConfigEnum

Photo file formats.

  • Photo stored in JPEG format.

    Declaration

    Swift

    case jpeg
  • Photo stored in both DNG and JPEG formats.

    Declaration

    Swift

    case dngAndJpeg
  • Debug description.

    Declaration

    Swift

    public var description: String { get }