Fix documentation in BitrateAdjuster.

Bug: webrtc:10700
Change-Id: I743111b1d79d6236de1fd6c0021008f350bf0c67
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/141407
Commit-Queue: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28303}
This commit is contained in:
Sami Kalliomäki
2019-06-11 11:09:16 +02:00
committed by Commit Bot
parent 0f557fe1ba
commit e181440316

View File

@ -18,8 +18,8 @@ interface BitrateAdjuster {
void setTargets(int targetBitrateBps, int targetFps);
/**
* Reports that a frame of the given size has been encoded. Returns true if the bitrate should
* be adjusted.
* Should be used to report the size of an encoded frame to the bitrate adjuster. Use
* getAdjustedBitrateBps to get the updated bitrate after calling this method.
*/
void reportEncodedFrame(int size);