Pacchetto | org.osmf.media |
Classe | public class MediaFactoryItemType |
Ereditarietà | MediaFactoryItemType Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Most MediaFactoryItems encapsulate media that is created and returned directly, but in some cases a MediaFactoryItem needs to be integrated with previously-created MediaElements. This class enables the distinction between these types.
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
PROXY : String = "proxy" [statico]
Represents MediaFactoryItems for ProxyElements that should wrap created
MediaElements. | MediaFactoryItemType | ||
STANDARD : String = "standard" [statico]
The default type. | MediaFactoryItemType |
Descrizione delle costanti
PROXY | Costante |
public static const PROXY:String = "proxy"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Represents MediaFactoryItems for ProxyElements that should wrap created MediaElements.
STANDARD | Costante |
public static const STANDARD:String = "standard"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The default type. Represents MediaFactoryItems for standard, creatable MediaElements.
Tue Jun 12 2018, 02:44 PM Z