window.runtime property | window.runtime.flash.media.SoundCodec |
Inheritance | SoundCodec Object |
Runtime Versions: | 1.5 |
codec
property
of the Microphone
class.
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
NELLYMOSER : String = "NellyMoser" [static]
Specifies that the Nellymoser codec be used for compressing audio. | SoundCodec | ||
PCMA : String = "pcma" [static]
Specifies that the G.711 A-law codec be used for compressing audio. | SoundCodec | ||
PCMU : String = "pcmu" [static]
Specifies that the G.711 μ-law codec be used for compressing audio. | SoundCodec | ||
SPEEX : String = "Speex" [static]
Specifies that the Speex codec be used for compressing audio. | SoundCodec |
Constant Detail
NELLYMOSER | Constant |
public static const NELLYMOSER:String = "NellyMoser"
Runtime Versions: | 1.5 |
Specifies that the Nellymoser codec be used for compressing audio.
This constant is the default value of the Microphone.codec
property.
PCMA | Constant |
public static const PCMA:String = "pcma"
Runtime Versions: | 2.7 |
Specifies that the G.711 A-law codec be used for compressing audio.
PCMU | Constant |
public static const PCMU:String = "pcmu"
Runtime Versions: | 2.7 |
Specifies that the G.711 μ-law codec be used for compressing audio.
SPEEX | Constant |
public static const SPEEX:String = "Speex"
Runtime Versions: | 1.5 |
Specifies that the Speex codec be used for compressing audio.
Thu Sep 29 2011, 02:34 AM -07:00