Pacote | flash.media |
Classe | public final class AudioDecoder |
Herança | AudioDecoder Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 11, AIR 3 |
Use uma das constantes definidas nesta classe como parâmetro para o método hasMultiChannelAudio()
da classe de Capabilities.
Suporte a perfil do AIR: este recurso conta com suporte somente em dispositivos AIR for TV. Em todas outras dispositivos, hasMultiChannelAudio()
sempre retorna false
. Consulte Suporte a perfil do AIR para obter mais informações sobre o suporte de API através de múltiplos perfis.
Elementos da API relacionados
Constante | Definido por | ||
---|---|---|---|
DOLBY_DIGITAL : String = "DolbyDigital" [estático]
Dolby Digital Audio, também conhecido como AC-3. | AudioDecoder | ||
DOLBY_DIGITAL_PLUS : String = "DolbyDigitalPlus" [estático]
Dolby Digital Plus Audio, também conhecido como Enhanced AC-3 e Enhanced Dolby Digital. | AudioDecoder | ||
DTS : String = "DTS" [estático]
DTS Audio, também conhecido como DTS Coherent Acoustics, DTS Digital Surround e DTS core. | AudioDecoder | ||
DTS_EXPRESS : String = "DTSExpress" [estático]
DTS Express Audio, também conhecido como DTS Low Bit Rate (LBR). | AudioDecoder | ||
DTS_HD_HIGH_RESOLUTION_AUDIO : String = "DTSHDHighResolutionAudio" [estático]
DTS-HD High Resolution Audio, também conhecido como DTS-HD HR. | AudioDecoder | ||
DTS_HD_MASTER_AUDIO : String = "DTSHDMasterAudio" [estático]
DTS-HD Master Audio, também conhecido como DTS-HD MA. | AudioDecoder |
DOLBY_DIGITAL | Constante |
public static const DOLBY_DIGITAL:String = "DolbyDigital"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 11, AIR 3 |
Dolby Digital Audio, também conhecido como AC-3.
DOLBY_DIGITAL_PLUS | Constante |
public static const DOLBY_DIGITAL_PLUS:String = "DolbyDigitalPlus"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 11, AIR 3 |
Dolby Digital Plus Audio, também conhecido como Enhanced AC-3 e Enhanced Dolby Digital.
DTS | Constante |
public static const DTS:String = "DTS"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 11, AIR 3 |
DTS Audio, também conhecido como DTS Coherent Acoustics, DTS Digital Surround e DTS core.
DTS_EXPRESS | Constante |
public static const DTS_EXPRESS:String = "DTSExpress"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 11, AIR 3 |
DTS Express Audio, também conhecido como DTS Low Bit Rate (LBR).
DTS_HD_HIGH_RESOLUTION_AUDIO | Constante |
public static const DTS_HD_HIGH_RESOLUTION_AUDIO:String = "DTSHDHighResolutionAudio"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 11, AIR 3 |
DTS-HD High Resolution Audio, também conhecido como DTS-HD HR.
DTS_HD_MASTER_AUDIO | Constante |
public static const DTS_HD_MASTER_AUDIO:String = "DTSHDMasterAudio"
Versão da linguagem: | ActionScript 3.0 |
Versões de runtime: | Flash Player 11, AIR 3 |
DTS-HD Master Audio, também conhecido como DTS-HD MA.
Wed Jun 13 2018, 11:10 AM Z