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

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

Issue 1452423003: Add option to capture to texture in AppRTCDemo for Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: factory.setVideoHwAccelerationOptions. Created 5 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="no">AppRTC</string> 3 <string name="app_name" translatable="no">AppRTC</string>
4 <string name="settings_name" translatable="no">AppRTC Settings</string> 4 <string name="settings_name" translatable="no">AppRTC Settings</string>
5 <string name="disconnect_call">Disconnect Call</string> 5 <string name="disconnect_call">Disconnect Call</string>
6 <string name="room_names">Room names:</string> 6 <string name="room_names">Room names:</string>
7 <string name="room_description"> 7 <string name="room_description">
8 Please enter a room name. Room names are shared with everyone, so think 8 Please enter a room name. Room names are shared with everyone, so think
9 of something unique and send it to a friend. 9 of something unique and send it to a friend.
10 </string> 10 </string>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <string name="pref_videocodec_key">videocodec_preference</string> 64 <string name="pref_videocodec_key">videocodec_preference</string>
65 <string name="pref_videocodec_title">Default video codec.</string> 65 <string name="pref_videocodec_title">Default video codec.</string>
66 <string name="pref_videocodec_dlg">Select default video codec.</string> 66 <string name="pref_videocodec_dlg">Select default video codec.</string>
67 <string name="pref_videocodec_default">VP8</string> 67 <string name="pref_videocodec_default">VP8</string>
68 68
69 <string name="pref_hwcodec_key">hwcodec_preference</string> 69 <string name="pref_hwcodec_key">hwcodec_preference</string>
70 <string name="pref_hwcodec_title">Video codec hardware acceleration.</string > 70 <string name="pref_hwcodec_title">Video codec hardware acceleration.</string >
71 <string name="pref_hwcodec_dlg">Use hardware accelerated video codec (if ava ilable).</string> 71 <string name="pref_hwcodec_dlg">Use hardware accelerated video codec (if ava ilable).</string>
72 <string name="pref_hwcodec_default">true</string> 72 <string name="pref_hwcodec_default">true</string>
73 73
74 <string name="pref_capturetotexture_key">capturetotexture_preference</string >
75 <string name="pref_capturetotexture_title">Video capture to surface texture. </string>
76 <string name="pref_capturetotexture_dlg">Capture video to textures (if avail able).</string>
77 <string name="pref_capturetotexture_default">false</string>
78
74 <string name="pref_value_enabled">Enabled</string> 79 <string name="pref_value_enabled">Enabled</string>
75 <string name="pref_value_disabled">Disabled</string> 80 <string name="pref_value_disabled">Disabled</string>
76 81
77 <string name="pref_audiosettings_key">audio_settings_key</string> 82 <string name="pref_audiosettings_key">audio_settings_key</string>
78 <string name="pref_audiosettings_title">WebRTC audio settings.</string> 83 <string name="pref_audiosettings_title">WebRTC audio settings.</string>
79 84
80 <string name="pref_startaudiobitrate_key">startaudiobitrate_preference</stri ng> 85 <string name="pref_startaudiobitrate_key">startaudiobitrate_preference</stri ng>
81 <string name="pref_startaudiobitrate_title">Audio bitrate setting.</string> 86 <string name="pref_startaudiobitrate_title">Audio bitrate setting.</string>
82 <string name="pref_startaudiobitrate_dlg">Audio bitrate setting.</string> 87 <string name="pref_startaudiobitrate_dlg">Audio bitrate setting.</string>
83 <string name="pref_startaudiobitrate_default">Default</string> 88 <string name="pref_startaudiobitrate_default">Default</string>
(...skipping 25 matching lines...) Expand all
109 <string name="pref_room_server_url_title">Room server URL.</string> 114 <string name="pref_room_server_url_title">Room server URL.</string>
110 <string name="pref_room_server_url_dlg">Enter a room server URL.</string> 115 <string name="pref_room_server_url_dlg">Enter a room server URL.</string>
111 <string name="pref_room_server_url_default" translatable="false">https://app rtc.appspot.com</string> 116 <string name="pref_room_server_url_default" translatable="false">https://app rtc.appspot.com</string>
112 117
113 <string name="pref_displayhud_key">displayhud_preference</string> 118 <string name="pref_displayhud_key">displayhud_preference</string>
114 <string name="pref_displayhud_title">Display call statistics.</string> 119 <string name="pref_displayhud_title">Display call statistics.</string>
115 <string name="pref_displayhud_dlg">Display call statistics.</string> 120 <string name="pref_displayhud_dlg">Display call statistics.</string>
116 <string name="pref_displayhud_default" translatable="false">false</string> 121 <string name="pref_displayhud_default" translatable="false">false</string>
117 122
118 </resources> 123 </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