Pacchetto | flash.media |
Classe | public final class AudioDecoder |
Ereditarietà | AudioDecoder Object |
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
Usa una delle costanti definite in questa classe come parametro per il metodo hasMultiChannelAudio()
della classe Capabilities.
Supporto profili AIR: l'audio multicanale è supportato solo nei dispositivi AIR per TV. Su tutti gli altri dispositivi, hasMultiChannelAudio()
restituisce sempre false
. Per ulteriori informazioni sul supporto delle API tra più profili, vedete Supporto dei profili AIR.
Elementi API correlati
Costante | Definito da | ||
---|---|---|---|
DOLBY_DIGITAL : String = "DolbyDigital" [statico]
L'audio Dolby Digital Plus, noto anche come AC-3. | AudioDecoder | ||
DOLBY_DIGITAL_PLUS : String = "DolbyDigitalPlus" [statico]
L'audio Dolby Digital Plus, noto anche come Enhanced AC-3 e Enhanced Dolby Digital. | AudioDecoder | ||
DTS : String = "DTS" [statico]
L'audio DTS, noto anche come DTS Coherent Acoustics, DTS Digital Surround e DTS core. | AudioDecoder | ||
DTS_EXPRESS : String = "DTSExpress" [statico]
L'audio DTS Express, noto anche come DTS Low Bit Rate (LBR). | AudioDecoder | ||
DTS_HD_HIGH_RESOLUTION_AUDIO : String = "DTSHDHighResolutionAudio" [statico]
L'audio DTS-HD High Resolution, noto anche come DTS-HD HR. | AudioDecoder | ||
DTS_HD_MASTER_AUDIO : String = "DTSHDMasterAudio" [statico]
L'audio DTS-HD Master, noto anche come DTS-HD MA. | AudioDecoder |
DOLBY_DIGITAL | Costante |
public static const DOLBY_DIGITAL:String = "DolbyDigital"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
L'audio Dolby Digital Plus, noto anche come AC-3.
DOLBY_DIGITAL_PLUS | Costante |
public static const DOLBY_DIGITAL_PLUS:String = "DolbyDigitalPlus"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
L'audio Dolby Digital Plus, noto anche come Enhanced AC-3 e Enhanced Dolby Digital.
DTS | Costante |
public static const DTS:String = "DTS"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
L'audio DTS, noto anche come DTS Coherent Acoustics, DTS Digital Surround e DTS core.
DTS_EXPRESS | Costante |
public static const DTS_EXPRESS:String = "DTSExpress"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
L'audio DTS Express, noto anche come DTS Low Bit Rate (LBR).
DTS_HD_HIGH_RESOLUTION_AUDIO | Costante |
public static const DTS_HD_HIGH_RESOLUTION_AUDIO:String = "DTSHDHighResolutionAudio"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
L'audio DTS-HD High Resolution, noto anche come DTS-HD HR.
DTS_HD_MASTER_AUDIO | Costante |
public static const DTS_HD_MASTER_AUDIO:String = "DTSHDMasterAudio"
Versione linguaggio: | ActionScript 3.0 |
Versioni runtime: | Flash Player 11, AIR 3 |
L'audio DTS-HD Master, noto anche come DTS-HD MA.
Tue Jun 12 2018, 02:44 PM Z