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 = 1The codec is G711.
Gsm = 3The codec is GSM.
Mp3 = 4The codec is MP3.
Unknown = 0The codec is unknown.
Wma = 2The codec is WMA.