Pacote | org.osmf.traits |
Classe | public final class PlayState |
Herança | PlayState Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
PAUSED : String = "paused" [estático]
The trait is paused. | PlayState | ||
PLAYING : String = "playing" [estático]
The trait is playing. | PlayState | ||
STOPPED : String = "stopped" [estático]
The trait is stopped (neither playing nor paused). | PlayState |
Detalhes da constante
PAUSED | Constante |
public static const PAUSED:String = "paused"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The trait is paused.
PLAYING | Constante |
public static const PLAYING:String = "playing"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The trait is playing.
STOPPED | Constante |
public static const STOPPED:String = "stopped"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The trait is stopped (neither playing nor paused).
Wed Jun 13 2018, 11:10 AM Z