public abstract class AbstractSound extends java.lang.Object implements Soundable
| Modifier and Type | Field and Description |
|---|---|
protected int |
mKey |
protected long |
mLength |
protected int |
mLoop |
protected int |
mPriority |
protected int |
mSoundID |
| Constructor and Description |
|---|
AbstractSound(int key) |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey() |
long |
getLength() |
int |
getLoop() |
int |
getPriority() |
int |
getSoundID() |
void |
setLoop(int loop) |
void |
setPriority(int priority) |
protected final int mKey
protected int mSoundID
protected int mPriority
protected int mLoop
protected long mLength
public int getSoundID()
getSoundID in interface Soundablepublic int getPriority()
getPriority in interface Soundablepublic void setPriority(int priority)
setPriority in interface Soundablepublic long getLength()