Package | Description |
---|---|
uwcse.io |
Modifier and Type | Method and Description |
---|---|
void |
AudioPlayer.loop(Sound s)
Start playing the given sound, and repeat playing it until told
to stop.
|
void |
AudioPlayer.play(Sound s)
Start playing the given sound, and play it once, or until told
to stop.
|
void |
AudioPlayer.stop(Sound s)
Stop playing the given sound.
|