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

Unified Diff: media/audio/audio_device_description.h

Issue 2144333002: MuteSource Audio During Full Screen Cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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_device_description.h
diff --git a/media/audio/audio_device_description.h b/media/audio/audio_device_description.h
index ed8d803883c2039e734e6195d2f90d1c62c3582f..bc70e237fd065659a08058cb30eff5a68b9b63c5 100644
--- a/media/audio/audio_device_description.h
+++ b/media/audio/audio_device_description.h
@@ -31,6 +31,10 @@ class MEDIA_EXPORT AudioDeviceDescription {
// stream, otherwise stream initialization may fail.
static const char kLoopbackInputDeviceId[];
+ // Similar to |kLoopbackInputDeviceId|, with only difference that this ID
+ // will mute system audio during capturing.
+ static const char kLoopbackWithMuteDeviceId[];
+
// Returns true if |device_id| represents the default device.
static bool IsDefaultDevice(const std::string& device_id);
« no previous file with comments | « content/browser/renderer_host/media/audio_input_renderer_host.cc ('k') | media/audio/audio_device_description.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698