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

Unified Diff: content/renderer/media/external_media_stream_audio_source.h

Issue 2919793002: Detect AudioInputStream muting and propagate to MediaStreamAudioSource. (Closed)
Patch Set: Reworked test again, to make tsan2 happy. Created 3 years, 6 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: content/renderer/media/external_media_stream_audio_source.h
diff --git a/content/renderer/media/external_media_stream_audio_source.h b/content/renderer/media/external_media_stream_audio_source.h
index f520ae0985abb145ce8bcb3e2a353e91ee360f93..615508f8e48163d96aa119cf36dbb4b4fa5e8edc 100644
--- a/content/renderer/media/external_media_stream_audio_source.h
+++ b/content/renderer/media/external_media_stream_audio_source.h
@@ -40,6 +40,7 @@ class CONTENT_EXPORT ExternalMediaStreamAudioSource final
double volume,
bool key_pressed) final;
void OnCaptureError(const std::string& message) final;
+ void OnCaptureMuted(bool is_muted) final;
// The external source provided to the constructor.
scoped_refptr<media::AudioCapturerSource> source_;
« no previous file with comments | « content/renderer/media/audio_input_message_filter.cc ('k') | content/renderer/media/external_media_stream_audio_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698