Packageorg.goasap
Classpublic class PlayStates

Provides a standard set of play-state constants, for use with IPlayable. [This class was added in version 0.5.0, see IPlayable.]

See also

IPlayable


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

Instance play is currently paused.

PLAYINGconstant 
public static const PLAYING:String = "PLAYING"

Instance play is currently playing.

PLAYING_DELAYconstant 
public static const PLAYING_DELAY:String = "PLAYING_DELAY"

Instance is currently playing a delay, but has not started playing.

STOPPEDconstant 
public static const STOPPED:String = "STOPPED"

Instance play is currently stopped.