Pakket | flash.media |
Klasse | public final class AudioDecoder |
Overerving | AudioDecoder Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Gebruik een van de constanten die in deze klasse als parameter voor de methode hasMultiChannelAudio()
van de klasse Capabilities is gedefinieerd.
AIR-profielondersteuning: multikanaalsaudio wordt alleen ondersteund op AIR for TV-apparaten. Op alle andere apparaten retourneert hasMultiChannelAudio()
altijd false
. Zie AIR-profielondersteuning voor meer informatie over API-ondersteuning voor meerdere profielen.
Verwante API-elementen
Constante | Gedefinieerd door | ||
---|---|---|---|
DOLBY_DIGITAL : String = "DolbyDigital" [statisch]
Dolby Digital Plus Audio, ook wel AC-3 genoemd. | AudioDecoder | ||
DOLBY_DIGITAL_PLUS : String = "DolbyDigitalPlus" [statisch]
Dolby Digital Plus Audio, ook wel Enhanced AC-3 en Enhanced Dolby Digital genoemd. | AudioDecoder | ||
DTS : String = "DTS" [statisch]
DTS Audio, ook wel DTS Coherent Acoustics, DTS Digital Surround en DTS core genoemd. | AudioDecoder | ||
DTS_EXPRESS : String = "DTSExpress" [statisch]
DTS Express Audio, ook wel DTS Low Bit Rate (LBR) genoemd. | AudioDecoder | ||
DTS_HD_HIGH_RESOLUTION_AUDIO : String = "DTSHDHighResolutionAudio" [statisch]
DTS-HD High Resolution Audio, ook wel DTS-HD HR genoemd. | AudioDecoder | ||
DTS_HD_MASTER_AUDIO : String = "DTSHDMasterAudio" [statisch]
DTS-HD Master Audio, ook wel DTS-HD MA genoemd. | AudioDecoder |
DOLBY_DIGITAL | Constante |
public static const DOLBY_DIGITAL:String = "DolbyDigital"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Dolby Digital Plus Audio, ook wel AC-3 genoemd.
DOLBY_DIGITAL_PLUS | Constante |
public static const DOLBY_DIGITAL_PLUS:String = "DolbyDigitalPlus"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
Dolby Digital Plus Audio, ook wel Enhanced AC-3 en Enhanced Dolby Digital genoemd.
DTS | Constante |
public static const DTS:String = "DTS"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
DTS Audio, ook wel DTS Coherent Acoustics, DTS Digital Surround en DTS core genoemd.
DTS_EXPRESS | Constante |
public static const DTS_EXPRESS:String = "DTSExpress"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
DTS Express Audio, ook wel DTS Low Bit Rate (LBR) genoemd.
DTS_HD_HIGH_RESOLUTION_AUDIO | Constante |
public static const DTS_HD_HIGH_RESOLUTION_AUDIO:String = "DTSHDHighResolutionAudio"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
DTS-HD High Resolution Audio, ook wel DTS-HD HR genoemd.
DTS_HD_MASTER_AUDIO | Constante |
public static const DTS_HD_MASTER_AUDIO:String = "DTSHDMasterAudio"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 11, AIR 3 |
DTS-HD Master Audio, ook wel DTS-HD MA genoemd.
Wed Jun 13 2018, 11:42 AM Z