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..85b33ecc9f20fea6f80017df23482d44940d4841 100644 |
| --- a/media/audio/audio_device_description.h |
| +++ b/media/audio/audio_device_description.h |
| @@ -30,6 +30,7 @@ class MEDIA_EXPORT AudioDeviceDescription { |
| // to get the parameters of the loopback device before creating a loopback |
| // stream, otherwise stream initialization may fail. |
| static const char kLoopbackInputDeviceId[]; |
| + static const char kLoopbackWithMuteDeviceId[]; |
|
henrika (OOO until Aug 14)
2016/07/25 08:38:19
Please add a comment for the new constant.
qiangchen
2016/07/25 22:42:22
Done.
|
| // Returns true if |device_id| represents the default device. |
| static bool IsDefaultDevice(const std::string& device_id); |