Mercurial > hg > audiodb
annotate bindings/java/AudioDB.h @ 707:5d5297e5b724
Added CAMUS package (package manager has Many XML files)
author | mas01mj |
---|---|
date | Thu, 03 Jun 2010 16:47:03 +0000 |
parents | 10d3692e0b06 |
children |
rev | line source |
---|---|
mas01mj@698 | 1 /* DO NOT EDIT THIS FILE - it is machine generated */ |
mas01mj@698 | 2 #include <jni.h> |
mas01mj@698 | 3 /* Header for class AudioDB */ |
mas01mj@698 | 4 |
mas01mj@698 | 5 #ifndef _Included_AudioDB |
mas01mj@698 | 6 #define _Included_AudioDB |
mas01mj@698 | 7 #ifdef __cplusplus |
mas01mj@698 | 8 extern "C" { |
mas01mj@698 | 9 #endif |
mas01mj@698 | 10 /* |
mas01mj@698 | 11 * Class: AudioDB |
mas01mj@698 | 12 * Method: audiodb_create |
mas01mj@698 | 13 * Signature: (Ljava/lang/String;III)Z |
mas01mj@698 | 14 */ |
mas01mj@698 | 15 JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1create |
mas01mj@698 | 16 (JNIEnv *, jobject, jstring, jint, jint, jint); |
mas01mj@698 | 17 |
mas01mj@698 | 18 /* |
mas01mj@698 | 19 * Class: AudioDB |
mas01mj@698 | 20 * Method: audiodb_open |
mas01mj@698 | 21 * Signature: (Ljava/lang/String;LAudioDB/Mode;)Z |
mas01mj@698 | 22 */ |
mas01mj@698 | 23 JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1open |
mas01mj@698 | 24 (JNIEnv *, jobject, jstring, jobject); |
mas01mj@698 | 25 |
mas01mj@698 | 26 /* |
mas01mj@698 | 27 * Class: AudioDB |
mas01mj@698 | 28 * Method: insert |
mas01mj@698 | 29 * Signature: ()V |
mas01mj@698 | 30 */ |
mas01mj@698 | 31 JNIEXPORT void JNICALL Java_AudioDB_insert |
mas01mj@698 | 32 (JNIEnv *, jobject); |
mas01mj@698 | 33 |
mas01mj@698 | 34 /* |
mas01mj@698 | 35 * Class: AudioDB |
mas01mj@698 | 36 * Method: query |
mas01mj@698 | 37 * Signature: ()V |
mas01mj@698 | 38 */ |
mas01mj@698 | 39 JNIEXPORT void JNICALL Java_AudioDB_query |
mas01mj@698 | 40 (JNIEnv *, jobject); |
mas01mj@698 | 41 |
mas01mj@698 | 42 /* |
mas01mj@698 | 43 * Class: AudioDB |
mas01mj@698 | 44 * Method: status |
mas01mj@698 | 45 * Signature: ()V |
mas01mj@698 | 46 */ |
mas01mj@698 | 47 JNIEXPORT void JNICALL Java_AudioDB_status |
mas01mj@698 | 48 (JNIEnv *, jobject); |
mas01mj@698 | 49 |
mas01mj@698 | 50 #ifdef __cplusplus |
mas01mj@698 | 51 } |
mas01mj@698 | 52 #endif |
mas01mj@698 | 53 #endif |