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

Unified Diff: webrtc/examples/androidapp/res/xml/preferences.xml

Issue 2306433002: Add option to set maximum video encoder bitrate to AppRTCDemo. (Closed)
Patch Set: Created 4 years, 4 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/xml/preferences.xml
diff --git a/webrtc/examples/androidapp/res/xml/preferences.xml b/webrtc/examples/androidapp/res/xml/preferences.xml
index 35a392dc8c7567f53a6baa44e18f2691a86042e8..146ff5e62f3e52cd80ec3caf5a4e7c11d808dee4 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -38,19 +38,19 @@
android:defaultValue="@string/pref_capturequalityslider_default" />
<ListPreference
- android:key="@string/pref_startvideobitrate_key"
- android:title="@string/pref_startvideobitrate_title"
- android:defaultValue="@string/pref_startvideobitrate_default"
- android:dialogTitle="@string/pref_startvideobitrate_dlg"
+ android:key="@string/pref_maxvideobitrate_key"
+ android:title="@string/pref_maxvideobitrate_title"
+ android:defaultValue="@string/pref_maxvideobitrate_default"
+ android:dialogTitle="@string/pref_maxvideobitrate_dlg"
android:entries="@array/startBitrate"
android:entryValues="@array/startBitrate" />
<EditTextPreference
- android:key="@string/pref_startvideobitratevalue_key"
- android:title="@string/pref_startvideobitratevalue_title"
+ android:key="@string/pref_maxvideobitratevalue_key"
+ android:title="@string/pref_maxvideobitratevalue_title"
android:inputType="number"
- android:defaultValue="@string/pref_startvideobitratevalue_default"
- android:dialogTitle="@string/pref_startvideobitratevalue_dlg" />
+ android:defaultValue="@string/pref_maxvideobitratevalue_default"
+ android:dialogTitle="@string/pref_maxvideobitratevalue_dlg" />
<ListPreference
android:key="@string/pref_videocodec_key"

Powered by Google App Engine
This is Rietveld 408576698