public abstract class AbstractMedia extends java.lang.Object implements Media
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mIsLooping |
protected int |
mKey |
| Constructor and Description |
|---|
AbstractMedia(int key) |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey() |
boolean |
isLooping() |
void |
setLooping(boolean loop) |