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
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.
Wed Nov 21 2018, 06:34 AM -08:00