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

Unified Diff: content/renderer/media/local_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/local_media_stream_audio_source.h
diff --git a/content/renderer/media/local_media_stream_audio_source.h b/content/renderer/media/local_media_stream_audio_source.h
index 0b92751403771203fb2b43d96a4523f44d5f485a..ad44f3ceb928d4596e4a1b713114a4603bb6860c 100644
--- a/content/renderer/media/local_media_stream_audio_source.h
+++ b/content/renderer/media/local_media_stream_audio_source.h
@@ -40,6 +40,7 @@ class CONTENT_EXPORT LocalMediaStreamAudioSource
double volume,
bool key_pressed) final;
void OnCaptureError(const std::string& message) final;
+ void OnCaptureMuted(bool is_muted) final;
// The RenderFrame that will consume the audio data. Used when creating
// AudioInputDevices via the AudioDeviceFactory.

Powered by Google App Engine
This is Rietveld 408576698