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

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

Issue 2002093002: Add an option to disable built-in AEC to AppRTC Android Demo (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove empty line Created 4 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
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b03c0060331ac609188b44c4efb94dc4de97d511..56817ed38a467fcc13b1314483703a5b1c593035 100644
--- a/webrtc/examples/androidapp/res/values/strings.xml
+++ b/webrtc/examples/androidapp/res/values/strings.xml
@@ -117,6 +117,12 @@
<string name="pref_opensles_dlg">Use OpenSL ES for audio playback.</string>
<string name="pref_opensles_default">false</string>
+ <string name="pref_disable_built_in_aec_key">disable_built_in_aec_preference</string>
+ <string name="pref_disable_built_in_aec_title">Disable built-in AEC.</string>
+ <string name="pref_disable_built_in_aec_dlg">Disable built-in AEC.</string>
+ <string name="pref_disable_built_in_aec_default">false</string>
+ <string name="pref_built_in_aec_not_available">Built-in AEC is not available</string>
+
<string name="pref_miscsettings_key">misc_settings_key</string>
<string name="pref_miscsettings_title">Miscellaneous settings.</string>
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698