| Constant | Defined by | ||
|---|---|---|---|
| ADPCM : uint = 1 [static]
| SoundFormatConstants | ||
| MP3 : uint = 2 [static]
| SoundFormatConstants | ||
| NELLYMOSER : uint = 4 [static]
| SoundFormatConstants | ||
| UNCOMPRESSED : uint = 0 [static]
| SoundFormatConstants | ||
| UNCOMPRESSED_LITTLE_ENDIAN : uint = 3 [static]
| SoundFormatConstants | ||
| ADPCM | constant |
public static const ADPCM:uint = 1
| MP3 | constant |
public static const MP3:uint = 2
| NELLYMOSER | constant |
public static const NELLYMOSER:uint = 4
| UNCOMPRESSED | constant |
public static const UNCOMPRESSED:uint = 0
| UNCOMPRESSED_LITTLE_ENDIAN | constant |
public static const UNCOMPRESSED_LITTLE_ENDIAN:uint = 3