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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user