protected class SoundPlayer.SoundInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
msDuration |
long |
msLastPlay |
int |
resourceId |
int |
sampleId |
| Constructor and Description |
|---|
SoundPlayer.SoundInfo(int resourceId,
int sampleId,
int msDuration) |