Enum ECommand
- Namespace
- XeroxDev.YTMDesktop.Companion.Enums
- Assembly
- XeroxDev.YTMDesktop.Companion.dll
All the known commands that can be sent to the command endpoint.
public enum ECommand
- Extension Methods
Fields
ChangeVideo = 16Change the video.
Mute = 6Mute the volume.
Next = 9Skip to the next song.
Pause = 2Pause the current song.
Play = 1Play the current song.
PlayPause = 0Play or pause the current song.
PlayQueueIndex = 13Add a song to the queue.
Previous = 10Skip to the previous song.
RepeatMode = 11Repeat the current song.
SeekTo = 8Seek to a specific time in the song.
SetVolume = 5Set the volume to a specific value.
Shuffle = 12Shuffle the queue.
ToggleDislike = 15Remove a song from the queue.
ToggleLike = 14Remove a song from the queue.
Unmute = 7Unmute the volume.
VolumeDown = 4Decrease the volume.
VolumeUp = 3Stop the current song.