public interface IAudioManager<T extends IAudioEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
add(T pAudioEntity) |
float |
getMasterVolume() |
void |
releaseAll() |
boolean |
remove(T pAudioEntity) |
void |
setMasterVolume(float pMasterVolume) |