mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Reintroduce the 75% HEVC bitrate multiplier that the old streaming core had
This commit is contained in:
parent
20c4eac4ef
commit
dbb02acd37
@ -260,6 +260,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
|||||||
.enableLocalAudioPlayback(prefConfig.playHostAudio)
|
.enableLocalAudioPlayback(prefConfig.playHostAudio)
|
||||||
.setMaxPacketSize(remote ? 1024 : 1292)
|
.setMaxPacketSize(remote ? 1024 : 1292)
|
||||||
.setRemote(remote)
|
.setRemote(remote)
|
||||||
|
.setHevcBitratePercentageMultiplier(75)
|
||||||
.setHevcSupported(decoderRenderer.isHevcSupported())
|
.setHevcSupported(decoderRenderer.isHevcSupported())
|
||||||
.setAudioConfiguration(prefConfig.enable51Surround ?
|
.setAudioConfiguration(prefConfig.enable51Surround ?
|
||||||
MoonBridge.AUDIO_CONFIGURATION_51_SURROUND :
|
MoonBridge.AUDIO_CONFIGURATION_51_SURROUND :
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ed357582916a92cea7654ed808c977a4ff0209c4
|
Subproject commit d84b080f2a3cc6f43e6559b66d44d443dcaa65ff
|
Loading…
x
Reference in New Issue
Block a user