protected class SoundPlayer.SoundInfo
extends RefCounted
Modifier and Type | Field and Description |
---|---|
int |
cbSize |
android.content.Context |
context |
java.io.File |
file |
java.lang.String |
hashString |
long |
msDuration |
long |
msLastPlay |
int |
resourceId |
int |
sampleId |
Constructor and Description |
---|
SoundInfo(android.content.Context context,
int resourceId,
int msDuration) |
SoundInfo(java.io.File file,
int msDuration) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
computeHash() |
protected void |
destructor() |
java.io.InputStream |
getInputStream() |
java.lang.Object |
getKey() |
void |
initialize(int sampleId) |
java.lang.String |
toString() |
public final android.content.Context context
public final int resourceId
public final java.io.File file
public final long msDuration
public int sampleId
public java.lang.String hashString
public int cbSize
public long msLastPlay