Adds BBR field trial to CallTest.
Bug: webrtc:8415 Change-Id: Ie0db059390fe4e079f1faa90f74f4ef53b192b6f Reviewed-on: https://webrtc-review.googlesource.com/92383 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24189}
This commit is contained in:
committed by
Commit Bot
parent
3dc427fe34
commit
50eb4c44ad
@ -195,6 +195,8 @@ class CallTest : public ::testing::Test {
|
||||
DegradationPreference::MAINTAIN_FRAMERATE;
|
||||
|
||||
std::unique_ptr<FecControllerFactoryInterface> fec_controller_factory_;
|
||||
std::unique_ptr<NetworkControllerFactoryInterface>
|
||||
bbr_network_controller_factory_;
|
||||
|
||||
test::FunctionVideoEncoderFactory fake_encoder_factory_;
|
||||
int fake_encoder_max_bitrate_ = -1;
|
||||
|
||||
Reference in New Issue
Block a user