Enum GeneralCommandType
This exists simply to identify a set of known commands.
Namespace: MediaBrowser.Model.Session
Assembly: MediaBrowser.Model.dll
Syntax
public enum GeneralCommandType
Fields
| Name | Description |
|---|---|
| Back | |
| ChannelDown | |
| ChannelUp | |
| DisplayContent | |
| DisplayMessage | |
| GoHome | |
| GoToSearch | |
| GoToSettings | |
| Guide | |
| MoveDown | |
| MoveLeft | |
| MovePlaylistItem | |
| MoveRight | |
| MoveUp | |
| Mute | |
| NextLetter | |
| PageDown | |
| PageUp | |
| PlayMediaSource | |
| PlayTrailers | |
| PreviousLetter | |
| RemoveFromPlaylist | |
| Select | |
| SendKey | |
| SendString | |
| SetAudioStreamIndex | |
| SetCurrentPlaylistItem | |
| SetMaxStreamingBitrate | |
| SetPlaybackRate | |
| SetRepeatMode | |
| SetShuffle | |
| SetSleepTimer | |
| SetSubtitleOffset | |
| SetSubtitleStreamIndex | |
| SetVolume | |
| TakeScreenshot | |
| ToggleContextMenu | |
| ToggleFullscreen | |
| ToggleMute | |
| ToggleOsd | |
| ToggleStats | |
| TriggerTranscodingFallback | |
| Unmute | |
| VolumeDown | |
| VolumeUp |