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

Unified Diff: media/audio/android/opensles_input.h

Issue 645923002: Add support for audio input mute detection on all platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 6 years, 2 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
« no previous file with comments | « media/audio/android/audio_record_input.cc ('k') | media/audio/android/opensles_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/android/opensles_input.h
diff --git a/media/audio/android/opensles_input.h b/media/audio/android/opensles_input.h
index 2998e53d93311f68d2fa461dd75cb5d66377bf1a..ae62639d09035ada995fc4f4b28b1e237dec7a4f 100644
--- a/media/audio/android/opensles_input.h
+++ b/media/audio/android/opensles_input.h
@@ -43,6 +43,7 @@ class OpenSLESInputStream : public AudioInputStream {
virtual double GetVolume() override;
virtual void SetAutomaticGainControl(bool enabled) override;
virtual bool GetAutomaticGainControl() override;
+ virtual bool IsMuted() override;
private:
bool CreateRecorder();
« no previous file with comments | « media/audio/android/audio_record_input.cc ('k') | media/audio/android/opensles_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698