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

Unified Diff: webrtc/video/rtp_stream_receiver.h

Issue 2181383002: Add NACK rate throttling for audio channels. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comments Created 4 years, 5 months 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/rtp_stream_receiver.h
diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
index d83d1bcd366c31f5284ad30ab76b222e74a69204..98a81292e9eae8063ea51e034e04f734886132c0 100644
--- a/webrtc/video/rtp_stream_receiver.h
+++ b/webrtc/video/rtp_stream_receiver.h
@@ -62,7 +62,8 @@ class RtpStreamReceiver : public RtpData, public RtpFeedback,
VieRemb* remb,
const VideoReceiveStream::Config* config,
ReceiveStatisticsProxy* receive_stats_proxy,
- ProcessThread* process_thread);
+ ProcessThread* process_thread,
+ RateLimiter* retransmission_rate_limiter);
~RtpStreamReceiver();
bool SetReceiveCodec(const VideoCodec& video_codec);

Powered by Google App Engine
This is Rietveld 408576698