Set send side bitrate estimate on successful probing attempt.

BUG=webrtc:5859

Review-Url: https://codereview.webrtc.org/2263973004
Cr-Commit-Position: refs/heads/master@{#13887}
This commit is contained in:
philipel
2016-08-24 02:45:35 -07:00
committed by Commit bot
parent cd8ae61b27
commit 0aa9d1808b
8 changed files with 22 additions and 0 deletions

View File

@ -61,6 +61,8 @@ class BitrateControllerImpl : public BitrateController {
uint8_t* fraction_loss,
int64_t* rtt) override;
void UpdateProbeBitrate(uint32_t bitrate_bps) override;
int64_t TimeUntilNextProcess() override;
void Process() override;