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

Unified Diff: webrtc/api/call/audio_state.h

Issue 2377023002: Now pass ADM as a constructor argument to audio_state. (Closed)
Patch Set: Removed audio_transport() mock calls in tests. Created 4 years, 3 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/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/call/audio_state.h
diff --git a/webrtc/api/call/audio_state.h b/webrtc/api/call/audio_state.h
index ac912773aa5fdeb12a59120b794c269605614050..f2a272f7ebef2f9b984dddacf0bfa1c80e0a8302 100644
--- a/webrtc/api/call/audio_state.h
+++ b/webrtc/api/call/audio_state.h
@@ -38,8 +38,8 @@ class AudioState : public rtc::RefCountInterface {
};
// TODO(solenberg): Replace scoped_refptr with shared_ptr once we can use it.
- static rtc::scoped_refptr<AudioState> Create(
- const AudioState::Config& config);
+ static rtc::scoped_refptr<AudioState> Create(const AudioState::Config& config,
+ webrtc::AudioDeviceModule* adm);
the sun 2016/09/29 16:15:07 Can you use the one in Config instead?
virtual ~AudioState() {}
};
« no previous file with comments | « no previous file | webrtc/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698