包 | flash.media |
类 | public final class SoundCodec |
继承 | SoundCodec Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
Microphone
类的 codec
属性时使用的常量值的枚举。
常量 | 定义方 | ||
---|---|---|---|
NELLYMOSER : String = "NellyMoser" [静态] 指定将使用 Nellymoser 编解码器进行音频压缩。 | SoundCodec | ||
SPEEX : String = "Speex" [静态] 指定将使用 Speex 编解码器进行音频压缩。 | SoundCodec |
NELLYMOSER | 常量 |
public static const NELLYMOSER:String = "NellyMoser"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定将使用 Nellymoser 编解码器进行音频压缩。此常量为 Microphone.codec
属性的默认值。
SPEEX | 常量 |
public static const SPEEX:String = "Speex"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定将使用 Speex 编解码器进行音频压缩。