public interface IAudioEntity
| Modifier and Type | Method and Description |
|---|---|
float |
getLeftVolume() |
float |
getRightVolume() |
float |
getVolume() |
void |
onMasterVolumeChanged(float pMasterVolume) |
void |
pause() |
void |
play() |
void |
release() |
void |
resume() |
void |
setLooping(boolean pLooping) |
void |
setVolume(float pVolume) |
void |
setVolume(float pLeftVolume,
float pRightVolume) |
void |
stop() |
void play()
void pause()
void resume()
void stop()
float getVolume()
void setVolume(float pVolume)
float getLeftVolume()
float getRightVolume()
void setVolume(float pLeftVolume,
float pRightVolume)
void onMasterVolumeChanged(float pMasterVolume)
void setLooping(boolean pLooping)
void release()