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

Unified Diff: webrtc/examples/androidapp/res/values/strings.xml

Issue 2871393002: AppRTCMobile support to turn off the WebRTC AGC and HPF (Closed)
Patch Set: Created 3 years, 7 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/examples/androidapp/res/values/strings.xml
diff --git a/webrtc/examples/androidapp/res/values/strings.xml b/webrtc/examples/androidapp/res/values/strings.xml
index c6935a462265b616280b057eb9cd5bb2809d52a4..231475f587f0d567db6105bfa214ed55b88c022e 100644
--- a/webrtc/examples/androidapp/res/values/strings.xml
+++ b/webrtc/examples/androidapp/res/values/strings.xml
@@ -152,6 +152,10 @@
<string name="pref_enable_level_control_title">Enable level control.</string>
<string name="pref_enable_level_control_default">false</string>
+ <string name="pref_disable_webrtc_agc_and_hpf_key">disable_webrtc_agc_and_hpf_preference</string>
+ <string name="pref_disable_webrtc_agc_and_hpf_title">Disable WebRTC AGC and HPF.</string>
+ <string name="pref_disable_webrtc_agc_default">false</string>
+
<string name="pref_speakerphone_key">speakerphone_preference</string>
<string name="pref_speakerphone_title">Speakerphone.</string>
<string name="pref_speakerphone_dlg">Speakerphone.</string>
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | webrtc/sdk/objc/Framework/Classes/RTCFieldTrials.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698