public enum MediaType
| Modifier and Type | Class and Description |
|---|---|
static class |
MediaType.Companion |
| Enum Constant and Description |
|---|
ALBUM |
ARTIST |
CONTAINER |
GENRE |
SONG |
STATION |
| Modifier and Type | Field and Description |
|---|---|
static MediaType.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static MediaType ARTIST
public static MediaType ALBUM
public static MediaType SONG
public static MediaType GENRE
public static MediaType CONTAINER
public static MediaType STATION
public static MediaType.Companion Companion