RecorderFileFormat

public enum RecorderFileFormat : Int

Enum representing the file format of a recording.

  • Declaration

    Swift

    case Unknown = 0
  • Wav

    Declaration

    Swift

    case Wav = 1
  • Mkv

    Declaration

    Swift

    case Mkv = 2