decoder/Client: update API documentation

This commit is contained in:
Max Kellermann 2018-02-17 08:20:07 +01:00
parent 8624d8c144
commit bfc886cd54

View File

@ -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;