Enumerates values that describe the encoding format of audio.
public enum AudioEncodingFormat
Value | Member | Description |
---|---|---|
1 | Pcm | The encoding format of the audio is Pulse Code Modulation (PCM) |
6 | ALaw | The encoding format of the audio is ALaw |
7 | ULaw | The encoding format of the audio is ULaw |