Reintroduce the 75% HEVC bitrate multiplier that the old streaming core had

This commit is contained in:
Cameron Gutman
2017-09-25 21:39:53 -07:00
parent 20c4eac4ef
commit dbb02acd37
2 changed files with 2 additions and 1 deletions

View File

@@ -260,6 +260,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
.enableLocalAudioPlayback(prefConfig.playHostAudio)
.setMaxPacketSize(remote ? 1024 : 1292)
.setRemote(remote)
.setHevcBitratePercentageMultiplier(75)
.setHevcSupported(decoderRenderer.isHevcSupported())
.setAudioConfiguration(prefConfig.enable51Surround ?
MoonBridge.AUDIO_CONFIGURATION_51_SURROUND :