annotate 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
rev   line source
rlm@0 1 /* DO NOT EDIT THIS FILE - it is machine generated */
rlm@0 2 #include <jni.h>
rlm@0 3 /* Header for class com_aurellem_capture_AudioSend */
rlm@0 4
rlm@0 5 #ifndef _Included_com_aurellem_capture_AudioSend
rlm@0 6 #define _Included_com_aurellem_capture_AudioSend
rlm@0 7 #ifdef __cplusplus
rlm@0 8 extern "C" {
rlm@0 9 #endif
rlm@0 10 #undef com_aurellem_capture_AudioSend_BYTES_PER_SAMPLE
rlm@0 11 #define com_aurellem_capture_AudioSend_BYTES_PER_SAMPLE 4L
rlm@0 12 /*
rlm@0 13 * Class: com_aurellem_capture_AudioSend
rlm@0 14 * Method: ninitDevice
rlm@0 15 * Signature: (J)V
rlm@0 16 */
rlm@0 17 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_ninitDevice
rlm@0 18 (JNIEnv *, jclass, jlong);
rlm@0 19
rlm@0 20 /*
rlm@0 21 * Class: com_aurellem_capture_AudioSend
rlm@0 22 * Method: nstep
rlm@0 23 * Signature: (JI)V
rlm@0 24 */
rlm@0 25 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nstep
rlm@0 26 (JNIEnv *, jclass, jlong, jint);
rlm@0 27
rlm@0 28 /*
rlm@0 29 * Class: com_aurellem_capture_AudioSend
rlm@0 30 * Method: ngetSamples
rlm@0 31 * Signature: (JLjava/nio/ByteBuffer;III)V
rlm@0 32 */
rlm@0 33 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_ngetSamples
rlm@0 34 (JNIEnv *, jclass, jlong, jobject, jint, jint, jint);
rlm@0 35
rlm@0 36 /*
rlm@0 37 * Class: com_aurellem_capture_AudioSend
rlm@0 38 * Method: naddListener
rlm@0 39 * Signature: (J)V
rlm@0 40 */
rlm@0 41 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_naddListener
rlm@0 42 (JNIEnv *, jclass, jlong);
rlm@0 43
rlm@0 44 /*
rlm@0 45 * Class: com_aurellem_capture_AudioSend
rlm@0 46 * Method: nsetNthListener3f
rlm@0 47 * Signature: (IFFFJI)V
rlm@0 48 */
rlm@0 49 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nsetNthListener3f
rlm@0 50 (JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jlong, jint);
rlm@0 51
rlm@0 52 /*
rlm@0 53 * Class: com_aurellem_capture_AudioSend
rlm@0 54 * Method: nsetNthListenerf
rlm@0 55 * Signature: (IFJI)V
rlm@0 56 */
rlm@0 57 JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nsetNthListenerf
rlm@0 58 (JNIEnv *, jclass, jint, jfloat, jlong, jint);
rlm@0 59
rlm@0 60 #ifdef __cplusplus
rlm@0 61 }
rlm@0 62 #endif
rlm@0 63 #endif