add prefered video format

This commit is contained in:
Christian Schabesberger 2017-04-08 17:17:11 +02:00
parent 4fa3baf5e1
commit a37802c2b9
5 changed files with 44 additions and 2 deletions

View file

@ -25,6 +25,13 @@
android:entryValues="@array/resolution_list"
android:defaultValue="@string/default_resolution_value"/>
<ListPreference
android:key="@string/preferred_video_format_key"
android:title="@string/preferred_video_format_title"
android:entries="@array/video_format_list"
android:entryValues="@array/video_format_list"
android:defaultValue="@string/preferred_video_format_default"/>
<ListPreference
android:key="@string/default_audio_format_key"
android:title="@string/default_audio_format_title"