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

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

Uses of IppPlayer.Mode in pl.mbdev.openstage
 

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

Methods in pl.mbdev.openstage that return IppPlayer.Mode
static IppPlayer.Mode IppPlayer.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppPlayer.Mode[] IppPlayer.Mode.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.Mode
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.