public enum Command
| Modifier and Type | Class and Description |
|---|---|
static class |
Command.Companion |
| Modifier and Type | Field and Description |
|---|---|
static Command.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand() |
java.lang.String |
toString() |
public static Command REGISTER_FOR_CHANGE_EVENTS
public static Command HEART_BEAT
public static Command CHECK_ACCOUNT
public static Command SIGN_IN
public static Command SIGN_OUT
public static Command REBOOT
public static Command GET_PLAYERS
public static Command GET_PLAYER_INFO
public static Command GET_PLAY_STATE
public static Command SET_PLAY_STATE
public static Command GET_NOW_PLAYING_MEDIA
public static Command GET_VOLUME
public static Command SET_VOLUME
public static Command VOLUME_UP
public static Command VOLUME_DOWN
public static Command GET_MUTE
public static Command SET_MUTE
public static Command TOGGLE_MUTE
public static Command GET_PLAY_MODE
public static Command SET_PLAY_MODE
public static Command GET_QUEUE
public static Command PLAY_QUEUE
public static Command REMOVE_FROM_QUEUE
public static Command SAVE_QUEUE
public static Command CLEAR_QUEUE
public static Command PLAY_NEXT
public static Command PLAY_PREVIOUS
public static Command GET_GROUPS
public static Command GET_GROUP_INFO
public static Command SET_GROUP
public static Command GET_MUSIC_SOURCES
public static Command GET_SOURCE_INFO
public static Command BROWSE
public static Command GET_SEARCH_CRITERIA
public static Command SEARCH
public static Command PLAY_STREAM
public static Command PLAY_INPUT
public static Command ADD_TO_QUEUE
public static Command RENAME_PLAYLIST
public static Command DELETE_PLAYLIST
public static Command RETRIEVE_METADATA
public static Command GET_SERVICE_OPTIONS
public static Command SET_SERVICE_OPTION
public static Command.Companion Companion