public interface AudioPlayer
AudioSources
This should set the state variable state correctly.| Modifier and Type | Method and Description |
|---|---|
DataBinder |
getDataBinder() |
void |
pause(AudioSource source) |
void |
play(AudioSource source)
Plays the given AudioSource.
|
void |
rewind(AudioSource source) |
void |
stop(AudioSource source)
Stops the given AudioSource.
|
void play(AudioSource source)
AudioSourceState.STOPPED.source - AudioSource to play.void stop(AudioSource source)
play(org.achtern.AchternEngine.core.audio.openal.AudioSource) and
update the playing state in AudioSourcesource - AudioSource to stop.void rewind(AudioSource source)
void pause(AudioSource source)
DataBinder getDataBinder()
Copyright © 2015. All rights reserved.