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

Unified Diff: webrtc/audio_receive_stream.h

Issue 1955363003: Configure VoE NACK through AudioSendStream::Config. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: misc Created 4 years, 6 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/audio_receive_stream.h
diff --git a/webrtc/audio_receive_stream.h b/webrtc/audio_receive_stream.h
index 6d72b4d3185037e6679faced29c8f0dc326b9627..64a23730844e0aa00130181e9a1766e2fd7ab00c 100644
--- a/webrtc/audio_receive_stream.h
+++ b/webrtc/audio_receive_stream.h
@@ -79,6 +79,9 @@ class AudioReceiveStream {
// for details.
bool transport_cc = false;
+ // See NackConfig for description.
+ NackConfig nack;
kwiberg-webrtc 2016/06/13 13:35:30 Does this belong in this CL?
the sun 2016/06/13 15:51:43 Not after I split the receive stream changes into
kwiberg-webrtc 2016/06/14 13:07:42 Acknowledged.
+
// RTP header extensions used for the received stream.
std::vector<RtpExtension> extensions;
} rtp;

Powered by Google App Engine
This is Rietveld 408576698