mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-18 10:32:43 +00:00
parent
2069be7932
commit
8c56e6f0d4
@ -1,15 +1,21 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<string-array name="decoder_names">
|
<string-array name="decoder_names">
|
||||||
<item>自動選擇解碼器</item>
|
<item>自動選擇解碼器</item>
|
||||||
<item>強制軟解</item>
|
<item>強制軟解</item>
|
||||||
<item>強制硬解</item>
|
<item>強制硬解</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="video_format_names">
|
<string-array name="video_format_names">
|
||||||
<item>如果穩定才使用H.265</item>
|
<item>如果穩定才使用H.265</item>
|
||||||
<item>強制使用H.265(不穩定)</item>
|
<item>強制使用H.265(不穩定)</item>
|
||||||
<item>不使用H.265</item>
|
<item>不使用H.265</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<string-array name="audio_config_names">
|
||||||
|
<item>身歷聲</item>
|
||||||
|
<item>5.1環繞聲</item>
|
||||||
|
<item>7.1環繞聲</item>
|
||||||
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user