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

Unified Diff: webrtc/test/call_test.h

Issue 2181383002: Add NACK rate throttling for audio channels. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
« no previous file with comments | « no previous file | webrtc/test/call_test.cc » ('j') | webrtc/video/end_to_end_tests.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index d8019e55b8c39114a7dc36b0f1345dc3672460ae..ee61d98f98faf5a52d7cc2ad83a505714b04cdee 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -25,6 +25,10 @@ namespace webrtc {
class VoEBase;
class VoECodec;
+namespace voe {
+class ChannelProxy;
+}
+
namespace test {
class BaseTest;
@@ -89,6 +93,7 @@ class CallTest : public ::testing::Test {
VideoSendStream* video_send_stream_;
AudioSendStream::Config audio_send_config_;
AudioSendStream* audio_send_stream_;
+ std::unique_ptr<voe::ChannelProxy> audio_send_channel_proxy_;
std::unique_ptr<Call> receiver_call_;
std::unique_ptr<PacketTransport> receive_transport_;
« no previous file with comments | « no previous file | webrtc/test/call_test.cc » ('j') | webrtc/video/end_to_end_tests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698