| Package | org.goasap |
| Class | public class PlayStates |
See also
| Constant | Defined by | ||
|---|---|---|---|
| PAUSED : String = "PAUSED" [static]
Instance play is currently paused.
| PlayStates | ||
| PLAYING : String = "PLAYING" [static]
Instance play is currently playing.
| PlayStates | ||
| PLAYING_DELAY : String = "PLAYING_DELAY" [static]
Instance is currently playing a delay, but has not started playing.
| PlayStates | ||
| STOPPED : String = "STOPPED" [static]
Instance play is currently stopped.
| PlayStates | ||
| PAUSED | constant |
public static const PAUSED:String = "PAUSED"Instance play is currently paused.
| PLAYING | constant |
public static const PLAYING:String = "PLAYING"Instance play is currently playing.
| PLAYING_DELAY | constant |
public static const PLAYING_DELAY:String = "PLAYING_DELAY"Instance is currently playing a delay, but has not started playing.
| STOPPED | constant |
public static const STOPPED:String = "STOPPED"Instance play is currently stopped.