Pacchetto | org.osmf.media |
Classe | public final class MediaType |
Ereditarietà | MediaType Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
AUDIO : String = "audio" [statico]
The type constant for audio. | MediaType | ||
IMAGE : String = "image" [statico]
The type constant for images. | MediaType | ||
SWF : String = "swf" [statico]
The type constant for SWFs. | MediaType | ||
VIDEO : String = "video" [statico]
The type constant for video. | MediaType |
Descrizione delle costanti
AUDIO | Costante |
public static const AUDIO:String = "audio"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The type constant for audio.
IMAGE | Costante |
public static const IMAGE:String = "image"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The type constant for images.
SWF | Costante |
public static const SWF:String = "swf"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The type constant for SWFs.
VIDEO | Costante |
public static const VIDEO:String = "video"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The type constant for video.
Tue Jun 12 2018, 02:44 PM Z