Commit 9c8a4585 authored by Max Kellermann's avatar Max Kellermann

player/Control: add SEEK documentation

parent 7d035edf
...@@ -50,7 +50,14 @@ enum class PlayerCommand : uint8_t { ...@@ -50,7 +50,14 @@ enum class PlayerCommand : uint8_t {
EXIT, EXIT,
STOP, STOP,
PAUSE, PAUSE,
/**
* Seek to a certain position in the specified song. This
* command can also be used to change the current song or
* start playback.
*/
SEEK, SEEK,
CLOSE_AUDIO, CLOSE_AUDIO,
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment