Pakiet | org.osmf.traits |
Klasa | public final class PlayState |
Dziedziczenie | PlayState Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
PAUSED : String = "paused" [statyczny]
The trait is paused. | PlayState | ||
PLAYING : String = "playing" [statyczny]
The trait is playing. | PlayState | ||
STOPPED : String = "stopped" [statyczny]
The trait is stopped (neither playing nor paused). | PlayState |
Szczegół stałej
PAUSED | Stała |
public static const PAUSED:String = "paused"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The trait is paused.
PLAYING | Stała |
public static const PLAYING:String = "playing"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The trait is playing.
STOPPED | Stała |
public static const STOPPED:String = "stopped"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The trait is stopped (neither playing nor paused).
Tue Jun 12 2018, 12:06 PM Z