public class IOSMini2DxAudio extends com.badlogic.gdx.backends.iosrobovm.IOSAudio implements Mini2DxAudio
| Constructor and Description | 
|---|
| IOSMini2DxAudio(com.badlogic.gdx.backends.iosrobovm.IOSApplicationConfiguration config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addSoundCompletionListener(SoundCompletionListener listener)Adds a  SoundCompletionListenerto 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 | 
newAudioDevice, newAudioRecorder, newMusic, newSoundpublic IOSMini2DxAudio(com.badlogic.gdx.backends.iosrobovm.IOSApplicationConfiguration config)
public void addSoundCompletionListener(SoundCompletionListener listener)
Mini2DxAudioSoundCompletionListener to listen for sound effect completion eventsaddSoundCompletionListener in interface Mini2DxAudiolistener - The SoundCompletionListener implementation to addpublic void removeSoundCompletionListener(SoundCompletionListener listener)
Mini2DxAudioSoundCompletionListenerremoveSoundCompletionListener in interface Mini2DxAudiolistener - The SoundCompletionListener implementation to removepublic void update()
Mini2DxAudioupdate in interface Mini2DxAudiopublic void dispose()
Mini2DxAudiodispose in interface Mini2DxAudio