Uses of Class
pl.mbdev.openstage.IppPlayer.State

Packages that use IppPlayer.State
pl.mbdev.openstage This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. 
 

Uses of IppPlayer.State in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppPlayer.State
private  IppPlayer.State IppPlayer.state
          State of the player, value from IppPlayer.State.
 

Methods in pl.mbdev.openstage that return IppPlayer.State
static IppPlayer.State IppPlayer.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppPlayer.State[] IppPlayer.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in pl.mbdev.openstage with parameters of type IppPlayer.State
IppPlayer(java.lang.String url, IppPlayer.Mode mode, IppPlayer.State state, java.lang.String key, IppGauge gauge)
          Creates new player with all initial conditions available.