updated open binary jni

This commit is contained in:
2017-05-17 17:50:39 +08:00
parent 616889f931
commit 95e23fa4d0
11 changed files with 58 additions and 4 deletions

View File

@@ -63,6 +63,14 @@ extern "C" {
JNIEXPORT jint JNICALL Java_net_irext_decodesdk_IRDecode_irOpen
(JNIEnv *, jobject, jint, jint, jstring);
/*
* Class: net_irext_decodesdk_IRDecode
* Method: irOpenBinary
* Signature: II(Ljava/lang/String;)
*/
JNIEXPORT jint JNICALL Java_net_irext_decodesdk_IRDecode_irOpenBinary
(JNIEnv *, jobject, jint, jint, jbyteArray, jint);
/*
* Class: net_irext_decodesdk_IRDecode
* Method: irDecode