Enum RecordAction.AudioFormat
Defines the audio format for the recording.
[JsonConverter(typeof(StringEnumConverter))]
public enum RecordAction.AudioFormat
Fields
[EnumMember(Value = "mp3")] Mp3 = 1MP3 format. This is the default for single and dual-channel recordings.
[EnumMember(Value = "ogg")] Ogg = 3OGG (Opus) format.
[EnumMember(Value = "wav")] Wav = 2WAV format. This is the default when recording more than 2 channels.