| Package | flash.media |
| Class | public final class SoundCodec |
| Inheritance | SoundCodec Object |
codec property
of the Microphone class.
| Constant | Defined By | ||
|---|---|---|---|
| NELLYMOSER : String = "NellyMoser" [static]
Specifies that the Nellymoser codec be used for compressing audio. | SoundCodec | ||
| SPEEX : String = "Speex" [static]
Specifies that the Speex codec be used for compressing audio. | SoundCodec | ||
| NELLYMOSER | Constant |
public static const NELLYMOSER:String = "NellyMoser"
Specifies that the Nellymoser codec be used for compressing audio.
This constant is the default value of the Microphone.codec property.
| SPEEX | Constant |
public static const SPEEX:String = "Speex"Specifies that the Speex codec be used for compressing audio.