public interface Mini2DxAudio
extends com.badlogic.gdx.Audio
Modifier and Type | Method and Description |
---|---|
void |
addSoundCompletionListener(SoundCompletionListener listener)
Adds a
SoundCompletionListener to listen for sound effect completion events |
void |
dispose()
Disposes of allocated audio resources
|
void |
removeSoundCompletionListener(SoundCompletionListener listener)
Removes a
SoundCompletionListener |
void |
update()
Updates the audio device and events
|
void addSoundCompletionListener(SoundCompletionListener listener)
SoundCompletionListener
to listen for sound effect completion eventslistener
- The SoundCompletionListener
implementation to addvoid removeSoundCompletionListener(SoundCompletionListener listener)
SoundCompletionListener
listener
- The SoundCompletionListener
implementation to removevoid update()
void dispose()