public class SoundPool
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
field_1657_b |
int |
numberOfSoundPoolEntries |
| Constructor and Description |
|---|
SoundPool() |
| Modifier and Type | Method and Description |
|---|---|
SoundPoolEntry |
addSound(java.lang.String s,
java.io.File file) |
SoundPoolEntry |
getRandomSound() |
SoundPoolEntry |
getRandomSoundFromSoundPool(java.lang.String s) |
public int numberOfSoundPoolEntries
public boolean field_1657_b
public SoundPoolEntry addSound(java.lang.String s, java.io.File file)
public SoundPoolEntry getRandomSoundFromSoundPool(java.lang.String s)
public SoundPoolEntry getRandomSound()