Add support for automatic remote streaming detection

This commit is contained in:
Cameron Gutman
2018-11-21 21:19:10 -08:00
parent bae3b4a6e8
commit 68028242b4
4 changed files with 12 additions and 7 deletions
@@ -401,7 +401,7 @@ JNIEXPORT jint JNICALL
Java_com_limelight_nvstream_jni_MoonBridge_startConnection(JNIEnv *env, jclass clazz,
jstring address, jstring appVersion, jstring gfeVersion,
jint width, jint height, jint fps,
jint bitrate, jint packetSize, jboolean streamingRemotely,
jint bitrate, jint packetSize, jint streamingRemotely,
jint audioConfiguration, jboolean supportsHevc,
jboolean enableHdr,
jint hevcBitratePercentageMultiplier,
Submodule moonlight-common/src/main/jni/moonlight-core/moonlight-common-c updated: 8665d80697...639ff18dbb