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

Side by Side Diff: webrtc/examples/androidapp/res/values/strings.xml

Issue 2550393002: Add FlexFEC settings toggle in Android AppRTCMobile. (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/examples/androidapp/res/xml/preferences.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 <string name="app_name" translatable="false">AppRTC</string> 3 <string name="app_name" translatable="false">AppRTC</string>
4 <string name="settings_name" translatable="false">AppRTC Settings</string> 4 <string name="settings_name" translatable="false">AppRTC Settings</string>
5 <string name="disconnect_call">Disconnect Call</string> 5 <string name="disconnect_call">Disconnect Call</string>
6 <string name="room_description"> 6 <string name="room_description">
7 Please enter a room name. Room names are shared with everyone, so think 7 Please enter a room name. Room names are shared with everyone, so think
8 of something unique and send it to a friend. 8 of something unique and send it to a friend.
9 </string> 9 </string>
10 <string name="favorites">Favorites</string> 10 <string name="favorites">Favorites</string>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 <string name="pref_hwcodec_key">hwcodec_preference</string> 82 <string name="pref_hwcodec_key">hwcodec_preference</string>
83 <string name="pref_hwcodec_title">Video codec hardware acceleration.</string > 83 <string name="pref_hwcodec_title">Video codec hardware acceleration.</string >
84 <string name="pref_hwcodec_dlg">Use hardware accelerated video codec (if ava ilable).</string> 84 <string name="pref_hwcodec_dlg">Use hardware accelerated video codec (if ava ilable).</string>
85 <string name="pref_hwcodec_default">true</string> 85 <string name="pref_hwcodec_default">true</string>
86 86
87 <string name="pref_capturetotexture_key">capturetotexture_preference</string > 87 <string name="pref_capturetotexture_key">capturetotexture_preference</string >
88 <string name="pref_capturetotexture_title">Video capture to surface texture. </string> 88 <string name="pref_capturetotexture_title">Video capture to surface texture. </string>
89 <string name="pref_capturetotexture_dlg">Capture video to textures (if avail able).</string> 89 <string name="pref_capturetotexture_dlg">Capture video to textures (if avail able).</string>
90 <string name="pref_capturetotexture_default">true</string> 90 <string name="pref_capturetotexture_default">true</string>
91 91
92 <string name="pref_flexfec_key">flexfec_preference</string>
93 <string name="pref_flexfec_title">Codec-agnostic Flexible FEC.</string>
94 <string name="pref_flexfec_dlg">Enable FlexFEC.</string>
95 <string name="pref_flexfec_default">false</string>
96
92 <string name="pref_value_enabled">Enabled</string> 97 <string name="pref_value_enabled">Enabled</string>
93 <string name="pref_value_disabled">Disabled</string> 98 <string name="pref_value_disabled">Disabled</string>
94 99
95 <string name="pref_audiosettings_key">audio_settings_key</string> 100 <string name="pref_audiosettings_key">audio_settings_key</string>
96 <string name="pref_audiosettings_title">WebRTC audio settings.</string> 101 <string name="pref_audiosettings_title">WebRTC audio settings.</string>
97 102
98 <string name="pref_startaudiobitrate_key">startaudiobitrate_preference</stri ng> 103 <string name="pref_startaudiobitrate_key">startaudiobitrate_preference</stri ng>
99 <string name="pref_startaudiobitrate_title">Audio bitrate setting.</string> 104 <string name="pref_startaudiobitrate_title">Audio bitrate setting.</string>
100 <string name="pref_startaudiobitrate_dlg">Audio bitrate setting.</string> 105 <string name="pref_startaudiobitrate_dlg">Audio bitrate setting.</string>
101 <string name="pref_startaudiobitrate_default">Default</string> 106 <string name="pref_startaudiobitrate_default">Default</string>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 <string name="pref_displayhud_key">displayhud_preference</string> 206 <string name="pref_displayhud_key">displayhud_preference</string>
202 <string name="pref_displayhud_title">Display call statistics.</string> 207 <string name="pref_displayhud_title">Display call statistics.</string>
203 <string name="pref_displayhud_dlg">Display call statistics.</string> 208 <string name="pref_displayhud_dlg">Display call statistics.</string>
204 <string name="pref_displayhud_default" translatable="false">false</string> 209 <string name="pref_displayhud_default" translatable="false">false</string>
205 210
206 <string name="pref_tracing_key">tracing_preference</string> 211 <string name="pref_tracing_key">tracing_preference</string>
207 <string name="pref_tracing_title">Debug performance tracing.</string> 212 <string name="pref_tracing_title">Debug performance tracing.</string>
208 <string name="pref_tracing_dlg">Debug performance tracing.</string> 213 <string name="pref_tracing_dlg">Debug performance tracing.</string>
209 <string name="pref_tracing_default" translatable="false">false</string> 214 <string name="pref_tracing_default" translatable="false">false</string>
210 </resources> 215 </resources>
OLDNEW
« 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