| Package | com.nocreativity.playr |
| Class | public class PlayrStates |
| Constant | Defined by | ||
|---|---|---|---|
| BUFFERING : String = "buffering" [static]
The music is buffering.
| PlayrStates | ||
| INIT : String = "init" [static]
The Playr instance is initializing.
| PlayrStates | ||
| LOADING_PLAYLIST : String = "loading_playlist" [static]
The Playr instance is loading a playlist file.
| PlayrStates | ||
| PAUSED : String = "pause" [static]
The music is paused.
| PlayrStates | ||
| PLAYING : String = "playing" [static]
The music is playing.
| PlayrStates | ||
| READY : String = "ready" [static]
The Playr instance is initialized and is ready to take over the heavy lifting.
| PlayrStates | ||
| STOPPED : String = "stopped" [static]
The music has stopped playing.
| PlayrStates | ||
| WAITING : String = "waiting" [static]
The Playr instance is waiting for internal process to complete.
| PlayrStates | ||
| BUFFERING | constant |
public static const BUFFERING:String = "buffering"The music is buffering.
| INIT | constant |
public static const INIT:String = "init"The Playr instance is initializing.
| LOADING_PLAYLIST | constant |
public static const LOADING_PLAYLIST:String = "loading_playlist"The Playr instance is loading a playlist file.
| PAUSED | constant |
public static const PAUSED:String = "pause"The music is paused.
| PLAYING | constant |
public static const PLAYING:String = "playing"The music is playing.
| READY | constant |
public static const READY:String = "ready"The Playr instance is initialized and is ready to take over the heavy lifting.
| STOPPED | constant |
public static const STOPPED:String = "stopped"The music has stopped playing.
| WAITING | constant |
public static const WAITING:String = "waiting"The Playr instance is waiting for internal process to complete.