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

Unified Diff: media/audio/audio_system_impl.h

Issue 2761273003: Switching MediaStreamsManager from using AudioManager interface to AudioSystem one. (Closed)
Patch Set: passing device descriptions by value Created 3 years, 9 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: media/audio/audio_system_impl.h
diff --git a/media/audio/audio_system_impl.h b/media/audio/audio_system_impl.h
index 7b8dfc87b43ffc14028d10051537af8d4b4a0f70..27090a8117bcbb492f84baa94d7f2b2e13bdef65 100644
--- a/media/audio/audio_system_impl.h
+++ b/media/audio/audio_system_impl.h
@@ -31,6 +31,9 @@ class MEDIA_EXPORT AudioSystemImpl : public AudioSystem {
void HasInputDevices(OnBoolCallback on_has_devices_cb) const override;
+ void GetDeviceDescriptions(OnDeviceDescriptionsCallback on_descriptions_cp,
+ bool for_input) override;
+
base::SingleThreadTaskRunner* GetTaskRunner() const override;
AudioManager* GetAudioManager() const override;

Powered by Google App Engine
This is Rietveld 408576698