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 = 16
Change the video.
Mute = 6
Mute the volume.
Next = 9
Skip to the next song.
Pause = 2
Pause the current song.
Play = 1
Play the current song.
PlayPause = 0
Play or pause the current song.
PlayQueueIndex = 13
Add a song to the queue.
Previous = 10
Skip to the previous song.
RepeatMode = 11
Repeat the current song.
SeekTo = 8
Seek to a specific time in the song.
SetVolume = 5
Set the volume to a specific value.
Shuffle = 12
Shuffle the queue.
ToggleDislike = 15
Remove a song from the queue.
ToggleLike = 14
Remove a song from the queue.
Unmute = 7
Unmute the volume.
VolumeDown = 4
Decrease the volume.
VolumeUp = 3
Stop the current song.