public interface SoundAPI
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPlaying() |
void |
setLocation(float x,
float y) |
void |
setPitch(float pitch) |
void |
setVolume(float newValue) |
void |
stop() |
void stop()
void setVolume(float newValue)
void setPitch(float pitch)
void setLocation(float x, float y)
boolean isPlaying()