Language version: | ActionScript 3.0 |
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
|
Specifies that the Nellymoser codec be used for compressing audio.
This constant is the default value of the Microphone.codec
property.
public static const PCMA:String = "pcma"
Language version: | ActionScript 3.0
|
Specifies that the G711 A-law codec be used for compressing audio.
public static const PCMU:String = "pcmu"
Language version: | ActionScript 3.0
|
Specifies that the G711 u-law codec be used for compressing audio.
public static const SPEEX:String = "Speex"
Language version: | ActionScript 3.0
|
Specifies that the Speex codec be used for compressing audio.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00