| Package | flash.media |
| Class | public final class AudioDecoder |
| Inheritance | AudioDecoder Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 11, AIR 3 |
Use one of the constants defined in this class as the parameter to the hasMultiChannelAudio() method
of the Capabilities class.
AIR profile support: Multichannel audio is supported
only on AIR for TV devices. On all other devices, hasMultiChannelAudio() always returns false.
See
AIR Profile Support for more information regarding API support across multiple profiles.
Related API Elements
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| Constant | Defined By | ||
|---|---|---|---|
| DOLBY_DIGITAL : String = "DolbyDigital" [static]
Dolby Digital Audio, which is also known as AC-3. | AudioDecoder | ||
| DOLBY_DIGITAL_PLUS : String = "DolbyDigitalPlus" [static]
Dolby Digital Plus Audio, which is also known as Enhanced AC-3 and Enhanced Dolby Digital. | AudioDecoder | ||
| DTS : String = "DTS" [static]
DTS Audio, which is also known as DTS Coherent Acoustics, DTS Digital Surround, and DTS core. | AudioDecoder | ||
| DTS_EXPRESS : String = "DTSExpress" [static]
DTS Express Audio, which is also known as DTS Low Bit Rate (LBR). | AudioDecoder | ||
| DTS_HD_HIGH_RESOLUTION_AUDIO : String = "DTSHDHighResolutionAudio" [static]
DTS-HD High Resolution Audio, which is also known as DTS-HD HR. | AudioDecoder | ||
| DTS_HD_MASTER_AUDIO : String = "DTSHDMasterAudio" [static]
DTS-HD Master Audio, which is also known as DTS-HD MA. | AudioDecoder | ||
DOLBY_DIGITAL | Constant |
public static const DOLBY_DIGITAL:String = "DolbyDigital"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 11, AIR 3 |
Dolby Digital Audio, which is also known as AC-3.
DOLBY_DIGITAL_PLUS | Constant |
public static const DOLBY_DIGITAL_PLUS:String = "DolbyDigitalPlus"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 11, AIR 3 |
Dolby Digital Plus Audio, which is also known as Enhanced AC-3 and Enhanced Dolby Digital.
DTS | Constant |
public static const DTS:String = "DTS"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 11, AIR 3 |
DTS Audio, which is also known as DTS Coherent Acoustics, DTS Digital Surround, and DTS core.
DTS_EXPRESS | Constant |
public static const DTS_EXPRESS:String = "DTSExpress"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 11, AIR 3 |
DTS Express Audio, which is also known as DTS Low Bit Rate (LBR).
DTS_HD_HIGH_RESOLUTION_AUDIO | Constant |
public static const DTS_HD_HIGH_RESOLUTION_AUDIO:String = "DTSHDHighResolutionAudio"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 11, AIR 3 |
DTS-HD High Resolution Audio, which is also known as DTS-HD HR.
DTS_HD_MASTER_AUDIO | Constant |
public static const DTS_HD_MASTER_AUDIO:String = "DTSHDMasterAudio"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 11, AIR 3 |
DTS-HD Master Audio, which is also known as DTS-HD MA.
Thu Dec 4 2014, 05:50 PM -08:00
