Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: webrtc/call.h

Issue 2437503004: Set actual transport overhead in rtp_rtcp (Closed)
Patch Set: Response to comments of honghaiz3 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/call.h
diff --git a/webrtc/call.h b/webrtc/call.h
index 9855b600f050ebd64cd02a5639869c0b59c4e38e..eba47a4a2553f140ce1b10837f7ec703c510ee05 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -154,6 +154,10 @@ class Call {
virtual void SignalChannelNetworkState(MediaType media,
NetworkState state) = 0;
+ virtual void SignalTransportOverheadChange(
+ MediaType media,
+ int transport_overhead_per_packet) = 0;
+
virtual void OnNetworkRouteChanged(
const std::string& transport_name,
const rtc::NetworkRoute& network_route) = 0;

Powered by Google App Engine
This is Rietveld 408576698