Reference Library
CodecList Field
NamespacesAvaya.ApplicationEnablement.DMCCPhone..::..MediaInfoCodecList
The preferred list of codecs to be used for media coming to the device and media coming from the device. Possible values are specified using the constants class Phone.MediaInfo.Codec

Defaults to G.711 A-law and Mu-law, in that order. The G.723 codec may be used only for Client Media Mode (i.e. where the RTP stream is directed to a machine other than the AE Services server and is handled by the application). Multiple codecs can be listed in preferential order. However, a mixture of G.711, G.729 and G.723 cannot be in the list (i.e., the list may contain one or more G.711 codecs or one or more G.729 codecs, but not a mixture of G.711 and G.729). Also, no conversion between G.711 and G.729 (or G.723) is provided by this API. To choose an appropriate codec set, you may wish to first determine how the device's network region and codecs are administered on Communication Manager. This set should consist of only codecs administered for the device's network region.

Declaration Syntax
C#Visual BasicVisual C++
public List<string> CodecList
Public CodecList As List(Of String)
public:
List<String^>^ CodecList

Assembly: ServiceProvider (Module: ServiceProvider)