Chromium Code Reviews| Index: media/audio/win/audio_low_latency_input_win.h |
| diff --git a/media/audio/win/audio_low_latency_input_win.h b/media/audio/win/audio_low_latency_input_win.h |
| index 2f718f91523b09cbbfe1ed58c7440825e16606e9..7b735cf07c7ac7231facb6f57e403731eed2f8e4 100644 |
| --- a/media/audio/win/audio_low_latency_input_win.h |
| +++ b/media/audio/win/audio_low_latency_input_win.h |
| @@ -207,6 +207,9 @@ class MEDIA_EXPORT WASAPIAudioInputStream |
| // callback. |
| std::unique_ptr<media::AudioBus> audio_bus_; |
| + // True, if we have muted the system audio for the stream capturing. |
|
henrika (OOO until Aug 14)
2016/07/25 08:38:19
Extend the comments here and make it clear that th
qiangchen
2016/07/25 22:42:22
Done.
|
| + bool mute_done_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(WASAPIAudioInputStream); |
| }; |