|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||