Update the BWE when the network route changes.

BUG=

Review-Url: https://codereview.webrtc.org/2000063003
Cr-Commit-Position: refs/heads/master@{#13021}
This commit is contained in:
honghaiz
2016-06-02 14:48:05 -07:00
committed by Commit bot
parent 2bd81a8a00
commit 2221e1cd1d
8 changed files with 87 additions and 15 deletions

View File

@ -46,6 +46,10 @@ class BitrateControllerImpl : public BitrateController {
int min_bitrate_bps,
int max_bitrate_bps) override;
void ResetBitrates(int bitrate_bps,
int min_bitrate_bps,
int max_bitrate_bps) override;
void UpdateDelayBasedEstimate(uint32_t bitrate_bps) override;
void SetReservedBitrate(uint32_t reserved_bitrate_bps) override;