player/Control: add SEEK documentation

This commit is contained in:
Max Kellermann
2017-12-20 11:24:35 +01:00
parent 7d035edf9d
commit 9c8a45854a

View File

@@ -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,
/** /**