Allow video decoder capabilities to be set at runtime

This commit is contained in:
Cameron Gutman
2017-05-15 22:28:24 -07:00
parent 203fcd82e7
commit ae852eb911
5 changed files with 13 additions and 4 deletions

View File

@@ -127,7 +127,8 @@ public class MoonBridge {
int width, int height, int fps,
int bitrate, boolean streamingRemotely,
int audioConfiguration, boolean supportsHevc,
byte[] riAesKey, byte[] riAesIv);
byte[] riAesKey, byte[] riAesIv,
int videoCapabilities);
public static native void stopConnection();