Holger's
Java API

Uses of Class
com.antelmann.sound.SampleSounds

Packages that use SampleSounds
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
 

Uses of SampleSounds in com.antelmann.sound
 

Methods in com.antelmann.sound that return SampleSounds
static SampleSounds SampleSounds.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SampleSounds[] SampleSounds.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.antelmann.sound with parameters of type SampleSounds
 void SoundPlayer.load(SampleSounds sound)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads