Commit bfc886cd authored by Max Kellermann's avatar Max Kellermann

decoder/Client: update API documentation

parent 8624d8c1
...@@ -70,7 +70,7 @@ public: ...@@ -70,7 +70,7 @@ public:
/** /**
* Call this when you have received the DecoderCommand::SEEK command. * Call this when you have received the DecoderCommand::SEEK command.
* *
* @return the destination position for the seek in milliseconds * @return the destination position for the seek
*/ */
gcc_pure gcc_pure
virtual SongTime GetSeekTime() noexcept = 0; virtual SongTime GetSeekTime() noexcept = 0;
......
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