public enum PlayState
| Modifier and Type | Class and Description |
|---|---|
static class |
PlayState.Companion |
| Modifier and Type | Field and Description |
|---|---|
static PlayState.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static PlayState PLAY
public static PlayState PAUSE
public static PlayState STOP
public static PlayState.Companion Companion