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

Unified Diff: webrtc/video/video_send_stream.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/video/video_send_stream.h
diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
index cd1cfd3f82ed81efdecdc9d83809aec3ec5dba6e..beb47b7541ac55130054773cc428ecc33b5ac2f4 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_byte);
+
private:
class ConstructionTask;
class DestructAndGetRtpStateTask;

Powered by Google App Engine
This is Rietveld 408576698