public interface Soundable
| Modifier and Type | Method and Description |
|---|---|
int |
getKey() |
int |
getLoop() |
int |
getPriority() |
int |
getSoundID() |
int |
load(SoundPool soundPool) |
void |
setLoop(int loop) |
void |
setPriority(int priority) |