comparison 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
comparison
equal deleted inserted replaced
697:2741bbda39d7 698:10d3692e0b06
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class AudioDB */
4
5 #ifndef _Included_AudioDB
6 #define _Included_AudioDB
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11 * Class: AudioDB
12 * Method: audiodb_create
13 * Signature: (Ljava/lang/String;III)Z
14 */
15 JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1create
16 (JNIEnv *, jobject, jstring, jint, jint, jint);
17
18 /*
19 * Class: AudioDB
20 * Method: audiodb_open
21 * Signature: (Ljava/lang/String;LAudioDB/Mode;)Z
22 */
23 JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1open
24 (JNIEnv *, jobject, jstring, jobject);
25
26 /*
27 * Class: AudioDB
28 * Method: insert
29 * Signature: ()V
30 */
31 JNIEXPORT void JNICALL Java_AudioDB_insert
32 (JNIEnv *, jobject);
33
34 /*
35 * Class: AudioDB
36 * Method: query
37 * Signature: ()V
38 */
39 JNIEXPORT void JNICALL Java_AudioDB_query
40 (JNIEnv *, jobject);
41
42 /*
43 * Class: AudioDB
44 * Method: status
45 * Signature: ()V
46 */
47 JNIEXPORT void JNICALL Java_AudioDB_status
48 (JNIEnv *, jobject);
49
50 #ifdef __cplusplus
51 }
52 #endif
53 #endif