upm_isd1820.javaupm_isd1820JNI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of upm_isd1820 Show documentation
Show all versions of upm_isd1820 Show documentation
Voice Recording and Playback Module
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.6
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package upm_isd1820;
public class javaupm_isd1820JNI {
public final static native long new_ISD1820(int jarg1, int jarg2);
public final static native void delete_ISD1820(long jarg1);
public final static native void ISD1820_play(long jarg1, ISD1820 jarg1_, boolean jarg2);
public final static native void ISD1820_record(long jarg1, ISD1820 jarg1_, boolean jarg2);
static {
try {
System.loadLibrary("javaupm_isd1820");
} catch (UnsatisfiedLinkError e) {
System.err.println("Native code library failed to load. \n" + e);
System.exit(1);
}
}
}