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

Unified Diff: webrtc/call.h

Issue 2437503004: Set actual transport overhead in rtp_rtcp (Closed)
Patch Set: Add unittest for changing transport overhead. 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 0ea42298346dbed96301f72eaa2f2fd76bd8d596..7d353943471b0f2e424a37ebab84cbba1d624ced 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -147,6 +147,9 @@ class Call {
virtual void SignalChannelNetworkState(MediaType media,
NetworkState state) = 0;
+ virtual void OnTransportOverheadChange(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