updated open binary jni
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user