Paquete | org.osmf.traits |
Clase | public final class PlayState |
Herencia | PlayState Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
PAUSED : String = "paused" [estática]
The trait is paused. | PlayState | ||
PLAYING : String = "playing" [estática]
The trait is playing. | PlayState | ||
STOPPED : String = "stopped" [estática]
The trait is stopped (neither playing nor paused). | PlayState |
Información sobre constantes
PAUSED | Constante |
public static const PAUSED:String = "paused"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The trait is paused.
PLAYING | Constante |
public static const PLAYING:String = "playing"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The trait is playing.
STOPPED | Constante |
public static const STOPPED:String = "stopped"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The trait is stopped (neither playing nor paused).
Tue Jun 12 2018, 02:12 PM Z