mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-14 09:55:53 -07:00
feat: implemented streaming buffering strategy
This commit is contained in:
parent
9fde629233
commit
0a5983e32b
5 changed files with 36 additions and 3 deletions
|
|
@ -211,4 +211,17 @@
|
|||
<item>2</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="buffering_strategy_titles">
|
||||
<item>Minimum</item>
|
||||
<item>Moderate</item>
|
||||
<item>Aggressive</item>
|
||||
<item>Extreme</item>
|
||||
</string-array>
|
||||
<string-array name="buffering_strategy_values">
|
||||
<item>.1</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>4</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue