Moves ProbeBitrateEstimator from DelayBasedBwe.
This prepares for providing an additional implementation of delay based rate control. By moving the probe controller, less code will have to be added in the upcoming CL. Bug: webrtc:9718 Change-Id: I64eb2c8f5f7950b6e9d209f110dc0a757c710b4b Reviewed-on: https://webrtc-review.googlesource.com/c/111860 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25770}
This commit is contained in:
committed by
Commit Bot
parent
e3abb8134f
commit
885cf60106
@ -152,6 +152,8 @@ class SendSideCongestionController
|
||||
bool pacer_paused_;
|
||||
rtc::CriticalSection bwe_lock_;
|
||||
int min_bitrate_bps_ RTC_GUARDED_BY(bwe_lock_);
|
||||
std::unique_ptr<ProbeBitrateEstimator> probe_bitrate_estimator_
|
||||
RTC_GUARDED_BY(bwe_lock_);
|
||||
std::unique_ptr<DelayBasedBwe> delay_based_bwe_ RTC_GUARDED_BY(bwe_lock_);
|
||||
bool in_cwnd_experiment_;
|
||||
int64_t accepted_queue_ms_;
|
||||
|
||||
Reference in New Issue
Block a user