Used to specify audio formats and rates.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public enum MEDIA_FORMAT_AUDIO
Visual Basic (Declaration)
Public Enumeration MEDIA_FORMAT_AUDIO
Visual C++
public enum class MEDIA_FORMAT_AUDIO
J#
public enum MEDIA_FORMAT_AUDIO

Members

Member nameDescription
Media_Format_Pcm22050
Linear 22050Hz PCM encoding.
Media_Format_Pcm11050
Linear 11050Hz PCM encoding.
Media_Format_Pcm8000
Linear 8000Hz PCM encoding.
Media_Format_SpeexWideBand16k
Speex 16kHz wide band encoding.
Media_Format_SpeexNarrowBand8k
Speex 8kHz narrow band encoding.
Media_Format_iLBC_30Ms
iLBC encoding. 30Ms frame size.
Media_Format_iLBC_20Ms
iLBC encoding. 20Ms frame size.
Media_Format_G729A
G729 encoding (lower complexity - demands less CPU overhead).
Media_Format_G729
G729 encoding.
Media_Format_aLaw8k
G711 aLaw encoding (Europe).
Media_Format_uLaw8k
G711 uLaw encoding (Unites States).
Media_Format_Undefined
Represents an undefined audio encoding.

See Also