Uses of Class
be.hogent.tarsos.sampled.PlayerState

Packages that use PlayerState
be.hogent.tarsos.sampled Contains classes to handle sampled sound. 
 

Uses of PlayerState in be.hogent.tarsos.sampled
 

Methods in be.hogent.tarsos.sampled that return PlayerState
 PlayerState Player.getState()
           
static PlayerState PlayerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlayerState[] PlayerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.