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

Unified Diff: media/audio/win/audio_low_latency_input_win.h

Issue 2144333002: MuteSource Audio During Full Screen Cast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Memorize Mute Status Before Capture 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/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);
};

Powered by Google App Engine
This is Rietveld 408576698