Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The SoundCodec class is an enumeration of constant values used in setting the
codec
property
of the
Microphone
class.
public static const NELLYMOSER:String = "NellyMoser"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that the Nellymoser codec be used for compressing audio.
This constant is the default value of the Microphone.codec
property.
public static const SPEEX:String = "Speex"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that the Speex codec be used for compressing audio.