Table of Contents

Enum RecordAction.AudioFormat

Namespace
Vonage.Voice.Nccos
Assembly
Vonage.dll

Defines the audio format for the recording.

[JsonConverter(typeof(StringEnumConverter))]
public enum RecordAction.AudioFormat

Fields

[EnumMember(Value = "mp3")] Mp3 = 1

MP3 format. This is the default for single and dual-channel recordings.

[EnumMember(Value = "ogg")] Ogg = 3

OGG (Opus) format.

[EnumMember(Value = "wav")] Wav = 2

WAV format. This is the default when recording more than 2 channels.