Mercurial > audio-send
diff 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 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/OpenAL32/Include/com_aurellem_capture_AudioSend.h Tue Oct 25 13:02:31 2011 -0700 1.3 @@ -0,0 +1,63 @@ 1.4 +/* DO NOT EDIT THIS FILE - it is machine generated */ 1.5 +#include <jni.h> 1.6 +/* Header for class com_aurellem_capture_AudioSend */ 1.7 + 1.8 +#ifndef _Included_com_aurellem_capture_AudioSend 1.9 +#define _Included_com_aurellem_capture_AudioSend 1.10 +#ifdef __cplusplus 1.11 +extern "C" { 1.12 +#endif 1.13 +#undef com_aurellem_capture_AudioSend_BYTES_PER_SAMPLE 1.14 +#define com_aurellem_capture_AudioSend_BYTES_PER_SAMPLE 4L 1.15 +/* 1.16 + * Class: com_aurellem_capture_AudioSend 1.17 + * Method: ninitDevice 1.18 + * Signature: (J)V 1.19 + */ 1.20 +JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_ninitDevice 1.21 + (JNIEnv *, jclass, jlong); 1.22 + 1.23 +/* 1.24 + * Class: com_aurellem_capture_AudioSend 1.25 + * Method: nstep 1.26 + * Signature: (JI)V 1.27 + */ 1.28 +JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nstep 1.29 + (JNIEnv *, jclass, jlong, jint); 1.30 + 1.31 +/* 1.32 + * Class: com_aurellem_capture_AudioSend 1.33 + * Method: ngetSamples 1.34 + * Signature: (JLjava/nio/ByteBuffer;III)V 1.35 + */ 1.36 +JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_ngetSamples 1.37 + (JNIEnv *, jclass, jlong, jobject, jint, jint, jint); 1.38 + 1.39 +/* 1.40 + * Class: com_aurellem_capture_AudioSend 1.41 + * Method: naddListener 1.42 + * Signature: (J)V 1.43 + */ 1.44 +JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_naddListener 1.45 + (JNIEnv *, jclass, jlong); 1.46 + 1.47 +/* 1.48 + * Class: com_aurellem_capture_AudioSend 1.49 + * Method: nsetNthListener3f 1.50 + * Signature: (IFFFJI)V 1.51 + */ 1.52 +JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nsetNthListener3f 1.53 + (JNIEnv *, jclass, jint, jfloat, jfloat, jfloat, jlong, jint); 1.54 + 1.55 +/* 1.56 + * Class: com_aurellem_capture_AudioSend 1.57 + * Method: nsetNthListenerf 1.58 + * Signature: (IFJI)V 1.59 + */ 1.60 +JNIEXPORT void JNICALL Java_com_aurellem_capture_AudioSend_nsetNthListenerf 1.61 + (JNIEnv *, jclass, jint, jfloat, jlong, jint); 1.62 + 1.63 +#ifdef __cplusplus 1.64 +} 1.65 +#endif 1.66 +#endif