Packagecom.nocreativity.playr
Classpublic class PlayrStates

Defines that states in which the Playr instance can be residing.



Public Constants
 ConstantDefined 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
Constant detail
BUFFERINGconstant
public static const BUFFERING:String = "buffering"

The music is buffering.

INITconstant 
public static const INIT:String = "init"

The Playr instance is initializing.

LOADING_PLAYLISTconstant 
public static const LOADING_PLAYLIST:String = "loading_playlist"

The Playr instance is loading a playlist file.

PAUSEDconstant 
public static const PAUSED:String = "pause"

The music is paused.

PLAYINGconstant 
public static const PLAYING:String = "playing"

The music is playing.

READYconstant 
public static const READY:String = "ready"

The Playr instance is initialized and is ready to take over the heavy lifting.

STOPPEDconstant 
public static const STOPPED:String = "stopped"

The music has stopped playing.

WAITINGconstant 
public static const WAITING:String = "waiting"

The Playr instance is waiting for internal process to complete.