mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-14 11:56:04 +00:00
Replace frame pacing hack with Choreographer-based rendering
This mimics the frame pacing logic now present in the iOS client.
This commit is contained in:
@@ -94,4 +94,13 @@
|
||||
<item>forceh265</item>
|
||||
<item>neverh265</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="video_frame_pacing_names">
|
||||
<item>@string/pacing_latency</item>
|
||||
<item>@string/pacing_smoothness</item>
|
||||
</string-array>
|
||||
<string-array name="video_frame_pacing_values" translatable="false">
|
||||
<item>latency</item>
|
||||
<item>smoothness</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -247,4 +247,9 @@
|
||||
<string name="videoformat_hevcauto">Use HEVC only if stable</string>
|
||||
<string name="videoformat_hevcalways">Always use HEVC (may crash)</string>
|
||||
<string name="videoformat_hevcnever">Never use HEVC</string>
|
||||
|
||||
<string name="title_frame_pacing">Video frame pacing</string>
|
||||
<string name="summary_frame_pacing">Specify how to balance video latency and smoothness</string>
|
||||
<string name="pacing_latency">Prefer Lowest Latency</string>
|
||||
<string name="pacing_smoothness">Prefer Smoothest Video</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user