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

Unified Diff: webrtc/test/call_test.h

Issue 2948763002: Allow an external audio processing module to be used in WebRTC (Closed)
Patch Set: tracking linux32_rel issue Created 3 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/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index 39df3433310fed265c8fffee2d446fd9e71ef5b4..e7b75d6671c7f95b694c92755931d06fcc550420 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -146,6 +146,8 @@ class CallTest : public ::testing::Test {
VoiceEngineState voe_send_;
VoiceEngineState voe_recv_;
+ rtc::scoped_refptr<AudioProcessing> apm_send_;
+ rtc::scoped_refptr<AudioProcessing> apm_recv_;
// The audio devices must outlive the voice engines.
std::unique_ptr<test::FakeAudioDevice> fake_send_audio_device_;

Powered by Google App Engine
This is Rietveld 408576698