Terrible settings to make the amazing streampack boilerplate code usable.
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
28
app/src/main/res/values/arrays.xml
Normal file
28
app/src/main/res/values/arrays.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<resources>
|
||||
<string-array name="resolution_entries">
|
||||
<item>480px360p</item>
|
||||
<item>720px480p</item>
|
||||
<item>1080px720p</item>
|
||||
</string-array>
|
||||
<string-array name="resolution_values">
|
||||
<item>480|360</item>
|
||||
<item>720|480</item>
|
||||
<item>1080|720</item>
|
||||
</string-array>
|
||||
<array name="default_resolution">
|
||||
<item>1080|720</item>
|
||||
</array>
|
||||
<string-array name="bitrate_entries">
|
||||
<item>15 fps</item>
|
||||
<item>25 fps</item>
|
||||
<item>50 fps</item>
|
||||
</string-array>
|
||||
<string-array name="bitrate_values">
|
||||
<item>15</item>
|
||||
<item>25</item>
|
||||
<item>50</item>
|
||||
</string-array>
|
||||
<array name="default_bitrate">
|
||||
<item>25</item>
|
||||
</array>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user