ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.media 

AudioDecoder  - AS3

Packageflash.media
Classpublic final class AudioDecoder
InheritanceAudioDecoder Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 11, AIR 3

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.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Constant Detail

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.