| Language version: | ActionScript 3.0 |
The AudioDecoder class enumerates the types of multichannel audio that a
system can support.
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.
public static const DOLBY_DIGITAL:String = "DolbyDigital"
| Language version: | ActionScript 3.0 |
Dolby Digital Audio, which is also known as AC-3.
public static const DOLBY_DIGITAL_PLUS:String = "DolbyDigitalPlus"
| Language version: | ActionScript 3.0 |
Dolby Digital Plus Audio, which is also known as Enhanced AC-3 and Enhanced Dolby Digital.
public static const DTS:String = "DTS"
| Language version: | ActionScript 3.0 |
DTS Audio, which is also known as DTS Coherent Acoustics, DTS Digital Surround, and DTS core.
public static const DTS_EXPRESS:String = "DTSExpress"
| Language version: | ActionScript 3.0 |
DTS Express Audio, which is also known as DTS Low Bit Rate (LBR).
public static const DTS_HD_HIGH_RESOLUTION_AUDIO:String = "DTSHDHighResolutionAudio"
| Language version: | ActionScript 3.0 |
DTS-HD High Resolution Audio, which is also known as DTS-HD HR.
public static const DTS_HD_MASTER_AUDIO:String = "DTSHDMasterAudio"
| Language version: | ActionScript 3.0 |
DTS-HD Master Audio, which is also known as DTS-HD MA.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00