view bindings/java/AudioDB.h @ 698:10d3692e0b06

* Initial commit of Java bindings. * Currently supports creation of db. More to come!
author mas01mj
date Mon, 26 Apr 2010 17:17:07 +0000
parents
children
line wrap: on
line source
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class AudioDB */

#ifndef _Included_AudioDB
#define _Included_AudioDB
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     AudioDB
 * Method:    audiodb_create
 * Signature: (Ljava/lang/String;III)Z
 */
JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1create
  (JNIEnv *, jobject, jstring, jint, jint, jint);

/*
 * Class:     AudioDB
 * Method:    audiodb_open
 * Signature: (Ljava/lang/String;LAudioDB/Mode;)Z
 */
JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1open
  (JNIEnv *, jobject, jstring, jobject);

/*
 * Class:     AudioDB
 * Method:    insert
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_AudioDB_insert
  (JNIEnv *, jobject);

/*
 * Class:     AudioDB
 * Method:    query
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_AudioDB_query
  (JNIEnv *, jobject);

/*
 * Class:     AudioDB
 * Method:    status
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_AudioDB_status
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif