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

Unified Diff: webrtc/video/video_send_stream.h

Issue 2437503004: Set actual transport overhead in rtp_rtcp (Closed)
Patch Set: Fix bugs discoverd with unittest. 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/video/video_send_stream.h
diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
index ff52c031af73b491cbbf41d8e9880edca3d40052..4fb67f68456d88bb1c77b26fc0f9bfbd54426908 100644
--- a/webrtc/video/video_send_stream.h
+++ b/webrtc/video/video_send_stream.h
@@ -91,6 +91,8 @@ class VideoSendStream : public webrtc::VideoSendStream {
RtpStateMap StopPermanentlyAndGetRtpStates();
+ void SetTransportOverhead(int transport_overhead_per_packet);
+
private:
class ConstructionTask;
class DestructAndGetRtpStateTask;

Powered by Google App Engine
This is Rietveld 408576698