New api struct BitrateSettings.
Replaces both BitrateConstraintsMask and
PeerConnectionInterface::BitrateParameters. The latter is kept
temporarily for backwards compatibility.
Bug: None
Change-Id: Ibe1d043f2a76e56ff67809774e9c0f5e0ec9e00f
Reviewed-on: https://webrtc-review.googlesource.com/74020
Commit-Queue: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23148}
diff --git a/call/BUILD.gn b/call/BUILD.gn
index cf3a592..5be4636 100644
--- a/call/BUILD.gn
+++ b/call/BUILD.gn
@@ -50,7 +50,6 @@
# when interfaces have stabilized. See also TODO for |mock_rtp_interfaces|.
rtc_source_set("rtp_interfaces") {
sources = [
- "bitrate_constraints.cc",
"bitrate_constraints.h",
"rtcp_packet_sink_interface.h",
"rtp_config.cc",
@@ -62,6 +61,7 @@
deps = [
"../api:array_view",
"../api:optional",
+ "../api/transport:bitrate_settings",
"../rtc_base:rtc_base_approved",
]
}
@@ -122,6 +122,7 @@
]
deps = [
":rtp_interfaces",
+ "../api/transport:bitrate_settings",
"../rtc_base:checks",
"../rtc_base:rtc_base_approved",
]