player/Control: add SEEK documentation
This commit is contained in:
parent
7d035edf9d
commit
9c8a45854a
|
@ -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,
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue