Enum ExchangeUMDialPlanAudioCodec
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the UM dial plan audio codec.
public enum ExchangeUMDialPlanAudioCodec
Fields
G711 = 1
The codec is G711.
Gsm = 3
The codec is GSM.
Mp3 = 4
The codec is MP3.
Unknown = 0
The codec is unknown.
Wma = 2
The codec is WMA.