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

Unified Diff: media/audio/win/audio_manager_win.h

Issue 155863003: Add basic support for "googDucking" to getUserMedia on Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 10 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/win/audio_manager_win.h
diff --git a/media/audio/win/audio_manager_win.h b/media/audio/win/audio_manager_win.h
index c2ac8d7a1c8bbebfab45a864f885c899a0bc1893..a42c0883f749ce37b19062fb03166a032d28f86c 100644
--- a/media/audio/win/audio_manager_win.h
+++ b/media/audio/win/audio_manager_win.h
@@ -89,6 +89,10 @@ class MEDIA_EXPORT AudioManagerWin : public AudioManagerBase {
// Listen for output device changes.
scoped_ptr<AudioDeviceListenerWin> output_device_listener_;
+ // Cached value for whether or not we should use the WASAPI based libraries
+ // or not.
+ const bool core_audio_supported_;
+
DISALLOW_COPY_AND_ASSIGN(AudioManagerWin);
};

Powered by Google App Engine
This is Rietveld 408576698