window.runtime property | window.runtime.flash.media.AudioDecoder |
Inheritance | AudioDecoder Object |
Runtime Versions: | 3 |
Use one of the constants defined in this class as the parameter to the hasMultiChannelAudio()
method
of the Capabilities class.
See also
Public Methods
Constants
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 |
Constant Detail
DOLBY_DIGITAL | Constant |
public static const DOLBY_DIGITAL:String = "DolbyDigital"
Runtime Versions: | 3 |
Dolby Digital Audio, which is also known as AC-3.
DOLBY_DIGITAL_PLUS | Constant |
public static const DOLBY_DIGITAL_PLUS:String = "DolbyDigitalPlus"
Runtime Versions: | 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"
Runtime Versions: | 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"
Runtime Versions: | 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"
Runtime Versions: | 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"
Runtime Versions: | 3 |
DTS-HD Master Audio, which is also known as DTS-HD MA.
Thu Sep 29 2011, 02:34 AM -07:00