Mercurial > audio-send
comparison OpenAL32/Include/com_aurellem_capture_AudioSend.h @ 0:f9476ff7637e
initial forking of open-al to create multiple listeners
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 25 Oct 2011 13:02:31 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f9476ff7637e |
---|---|
1 /* DO NOT EDIT THIS FILE - it is machine generated */ | |
2 #include <jni.h> | |
3 /* Header for class com_aurellem_capture_AudioSend */ | |
4 | |
5 #ifndef _Included_com_aurellem_capture_AudioSend | |
6 #define _Included_com_aurellem_capture_AudioSend | |
7 #ifdef __cplusplus | |
8 extern "C" { | |
9 #endif | |
10 #undef com_aurellem_capture_AudioSend_BYTES_PER_SAMPLE | |
11 #define com_aurellem_capture_AudioSend_BYTES_PER_SAMPLE 4L | |
12 /* | |
13 * Class: com_aurellem_capture_AudioSend | |
14 * Method: ninitDevice | |
15 * Signature: (J)V | |
16 */ | |
17 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_ninitDevice | |
18 (JNIEnv *, jclass, jlong); | |
19 | |
20 /* | |
21 * Class: com_aurellem_capture_AudioSend | |
22 * Method: nstep | |
23 * Signature: (JI)V | |
24 */ | |
25 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nstep | |
26 (JNIEnv *, jclass, jlong, jint); | |
27 | |
28 /* | |
29 * Class: com_aurellem_capture_AudioSend | |
30 * Method: ngetSamples | |
31 * Signature: (JLjava/nio/ByteBuffer;III)V | |
32 */ | |
33 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_ngetSamples | |
34 (JNIEnv *, jclass, jlong, jobject, jint, jint, jint); | |
35 | |
36 /* | |
37 * Class: com_aurellem_capture_AudioSend | |
38 * Method: naddListener | |
39 * Signature: (J)V | |
40 */ | |
41 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_naddListener | |
42 (JNIEnv *, jclass, jlong); | |
43 | |
44 /* | |
45 * Class: com_aurellem_capture_AudioSend | |
46 * Method: nsetNthListener3f | |
47 * Signature: (IFFFJI)V | |
48 */ | |
49 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nsetNthListener3f | |
50 (JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jlong, jint); | |
51 | |
52 /* | |
53 * Class: com_aurellem_capture_AudioSend | |
54 * Method: nsetNthListenerf | |
55 * Signature: (IFJI)V | |
56 */ | |
57 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nsetNthListenerf | |
58 (JNIEnv *, jclass, jint, jfloat, jlong, jint); | |
59 | |
60 #ifdef __cplusplus | |
61 } | |
62 #endif | |
63 #endif |