player/Control: add SEEK documentation

This commit is contained in:
Max Kellermann 2017-12-20 11:24:35 +01:00
parent 7d035edf9d
commit 9c8a45854a
1 changed files with 7 additions and 0 deletions

View File

@ -50,7 +50,14 @@ enum class PlayerCommand : uint8_t {
EXIT,
STOP,
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,
CLOSE_AUDIO,
/**