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}
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user