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

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: Run Git Cl Format 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..b12fec5eaf2b152a9777d0aaaec54b1b802a7af6 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 with |kLoopbackInputDeviceId|, with only difference that this ID
henrika (OOO until Aug 14) 2016/07/26 10:04:25 nit, 'Similar to' instead of 'Similar with'
qiangchen 2016/07/26 16:53:02 Done.
+ // 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);

Powered by Google App Engine
This is Rietveld 408576698