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

Unified Diff: webrtc/voice_engine/channel_proxy.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/voice_engine/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index d84e73b60f605d513e7dd5fc9cc91d48174523cb..c3acb7f352c25b3cee5f680c70b05ff78e7ecee9 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -91,6 +91,8 @@ class ChannelProxy {
virtual void SetRtcEventLog(RtcEventLog* event_log);
+ virtual void SetTransportOverhead(int transport_overhead_per_packet_byte);
+
private:
Channel* channel() const;

Powered by Google App Engine
This is Rietveld 408576698