Chromium Code Reviews| 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); |