All Downloads are FREE. Search and download functionalities are using the official Maven repository.

upm_isd1820.javaupm_isd1820JNI Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
/* ----------------------------------------------------------------------------
 * 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);
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy