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

Unified Diff: webrtc/modules/audio_device/android/audio_record_jni.h

Issue 2402883003: Removes usage of hardware AGC and any related APIs on Android (Closed)
Patch Set: Created 4 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
Index: webrtc/modules/audio_device/android/audio_record_jni.h
diff --git a/webrtc/modules/audio_device/android/audio_record_jni.h b/webrtc/modules/audio_device/android/audio_record_jni.h
index de58468c9a4b4d82c97c2c18d11982239fcc198c..3a1a94aa4183e21eab9507a54a59a268fdac7e76 100644
--- a/webrtc/modules/audio_device/android/audio_record_jni.h
+++ b/webrtc/modules/audio_device/android/audio_record_jni.h
@@ -55,7 +55,6 @@ class AudioRecordJni {
bool StartRecording();
bool StopRecording();
bool EnableBuiltInAEC(bool enable);
- bool EnableBuiltInAGC(bool enable);
bool EnableBuiltInNS(bool enable);
private:
@@ -64,7 +63,6 @@ class AudioRecordJni {
jmethodID start_recording_;
jmethodID stop_recording_;
jmethodID enable_built_in_aec_;
- jmethodID enable_built_in_agc_;
jmethodID enable_built_in_ns_;
};
« no previous file with comments | « webrtc/modules/audio_device/android/audio_manager_unittest.cc ('k') | webrtc/modules/audio_device/android/audio_record_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698