| Modifier and Type | Field and Description |
|---|---|
static PlayerOptions |
DEFAULT |
boolean |
isShuffling |
int |
repeatMode |
| Constructor and Description |
|---|
PlayerOptions(boolean isShuffling,
int repeatMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final PlayerOptions DEFAULT
@SerializedName(value="shuffle") public final boolean isShuffling
@SerializedName(value="repeat") public final int repeatMode