| Package | vegas.media |
| Class | public class AudioCodec |
| Inheritance | AudioCodec Object |
More informations in the flvmdi page write by Burak.
See also
| Method | Defined By | ||
|---|---|---|---|
validate(id:Number):Boolean [static]
Returns true if the specified id in argument is a valid audio codec. | AudioCodec | ||
| Constant | Defined By | ||
|---|---|---|---|
| AAC : Number = 10 [static]
The AAC audio codec value. | AudioCodec | ||
| ADPCM : Number = 1 [static]
The ADPCM audio codec value. | AudioCodec | ||
| MP3 : Number = 2 [static]
The MP3 audio codec value. | AudioCodec | ||
| NELLY_MOSER : Number = 6 [static]
The NellyMoser audio codec value. | AudioCodec | ||
| NELLY_MOSER_16 : Number = 4 [static]
The Nellymoser | AudioCodec | ||
| NELLY_MOSER_8 : Number = 5 [static]
The Nellymoser, 8kHz mono audio codec value. | AudioCodec | ||
| SPEEX : Number = 11 [static]
The Speex audio codec value. | AudioCodec | ||
| UNCOMPRESSED : Number = 0 [static]
The Uncompressed audio codec value. | AudioCodec | ||
| validate | () | method |
public static function validate(id:Number):Boolean
Returns true if the specified id in argument is a valid audio codec.
Parameters
id:Number |
Boolean — true if the specified id in argument is a valid audio codec.
|
| AAC | Constant |
public static const AAC:Number = 10The AAC audio codec value.
| ADPCM | Constant |
public static const ADPCM:Number = 1The ADPCM audio codec value.
| MP3 | Constant |
public static const MP3:Number = 2The MP3 audio codec value.
| NELLY_MOSER | Constant |
public static const NELLY_MOSER:Number = 6The NellyMoser audio codec value.
| NELLY_MOSER_16 | Constant |
public static const NELLY_MOSER_16:Number = 4The Nellymoser
| NELLY_MOSER_8 | Constant |
public static const NELLY_MOSER_8:Number = 5The Nellymoser, 8kHz mono audio codec value.
| SPEEX | Constant |
public static const SPEEX:Number = 11The Speex audio codec value.
| UNCOMPRESSED | Constant |
public static const UNCOMPRESSED:Number = 0The Uncompressed audio codec value.