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

Unified Diff: media/audio/audio_system_impl.h

Issue 2763383002: Switching AudioInputDeviceManager from using AudioManager interface to AudioSystem one. (Closed)
Patch Set: rebase Created 3 years, 8 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 | « media/audio/audio_system.h ('k') | media/audio/audio_system_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_system_impl.h
diff --git a/media/audio/audio_system_impl.h b/media/audio/audio_system_impl.h
index d98bc2590db2b0c26507fad82728746d77252b99..10884d08afb270da573f508ed498fb0d12c61dd6 100644
--- a/media/audio/audio_system_impl.h
+++ b/media/audio/audio_system_impl.h
@@ -36,9 +36,14 @@ class MEDIA_EXPORT AudioSystemImpl : public AudioSystem {
void GetDeviceDescriptions(OnDeviceDescriptionsCallback on_descriptions_cp,
bool for_input) override;
- base::SingleThreadTaskRunner* GetTaskRunner() const override;
+ void GetAssociatedOutputDeviceID(const std::string& input_device_id,
+ OnDeviceIdCallback on_device_id_cb) override;
+
+ void GetInputDeviceInfo(
+ const std::string& input_device_id,
+ OnInputDeviceInfoCallback on_input_device_info_cb) override;
- AudioManager* GetAudioManager() const override;
+ base::SingleThreadTaskRunner* GetTaskRunner() const override;
protected:
AudioSystemImpl(AudioManager* audio_manager);
« no previous file with comments | « media/audio/audio_system.h ('k') | media/audio/audio_system_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698