aboutsummaryrefslogtreecommitdiff
path: root/webrtc/examples/androidapp/res/xml
diff options
context:
space:
mode:
authorPer <perkj@chromium.org>2015-11-24 11:13:23 +0100
committerPer <perkj@chromium.org>2015-11-24 10:13:34 +0000
commitd48015364d1a3545ea503ce03ec49762a480d42c (patch)
tree12bc73d8bcdaea1ef42dd62e7262ca278227ae4c /webrtc/examples/androidapp/res/xml
parent978244ecb0900633edd25bdedc38c3da335c625e (diff)
downloadwebrtc-d48015364d1a3545ea503ce03ec49762a480d42c.tar.gz
Add option to capture to texture in AppRTCDemo for Android.
The purpose is to be able to easier test and find differences between the path when capturing to textures or byte buffers. This require https://codereview.webrtc.org/1403713002/ to work. BUG=webrtc:4993 R=magjed@webrtc.org TBR=glaznew@webrtc.org Review URL: https://codereview.webrtc.org/1452423003 . Cr-Commit-Position: refs/heads/master@{#10766}
Diffstat (limited to 'webrtc/examples/androidapp/res/xml')
-rw-r--r--webrtc/examples/androidapp/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/webrtc/examples/androidapp/res/xml/preferences.xml b/webrtc/examples/androidapp/res/xml/preferences.xml
index 8c111e0dfa..b54f2445e2 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -60,6 +60,12 @@
android:title="@string/pref_hwcodec_title"
android:dialogTitle="@string/pref_hwcodec_dlg"
android:defaultValue="@string/pref_hwcodec_default" />
+
+ <CheckBoxPreference
+ android:key="@string/pref_capturetotexture_key"
+ android:title="@string/pref_capturetotexture_title"
+ android:dialogTitle="@string/pref_capturetotexture_dlg"
+ android:defaultValue="@string/pref_capturetotexture_default" />
</PreferenceCategory>
<PreferenceCategory