Commit 7d8bbf3b authored by Christopher Mueller's avatar Christopher Mueller Committed by Hugo Beauzée-Luyssen

dash: corrected IAdaptationLogic documentation

Signed-off-by: default avatarHugo Beauzée-Luyssen <beauze.h@gmail.com>
parent 3b5bfc6e
......@@ -49,7 +49,7 @@ namespace dash
virtual dash::http::Chunk* getNextChunk() throw(dash::exception::EOFException) = 0;
virtual const dash::mpd::Representation *getCurrentRepresentation() const = 0;
/**
* \return The average bitrate in Bytes per second.
* \return The average bitrate in bits per second.
*/
virtual long getBpsAvg () const = 0;
virtual long getBpsLastChunk () const = 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