player/Control: add SEEK documentation
This commit is contained in:
@@ -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,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user