CASampledSP
com_tagtraum_casampledsp_CACodecInputStream.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class com_tagtraum_casampledsp_CACodecInputStream */
4 
5 #ifndef _Included_com_tagtraum_casampledsp_CACodecInputStream
6 #define _Included_com_tagtraum_casampledsp_CACodecInputStream
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #undef com_tagtraum_casampledsp_CACodecInputStream_MAX_SKIP_BUFFER_SIZE
11 #define com_tagtraum_casampledsp_CACodecInputStream_MAX_SKIP_BUFFER_SIZE 2048L
12 /*
13  * Class: com_tagtraum_casampledsp_CACodecInputStream
14  * Method: reset
15  * Signature: (J)V
16  */
18  (JNIEnv *, jobject, jlong);
19 
20 /*
21  * Class: com_tagtraum_casampledsp_CACodecInputStream
22  * Method: fillNativeBuffer
23  * Signature: (J)V
24  */
26  (JNIEnv *, jobject, jlong);
27 
28 /*
29  * Class: com_tagtraum_casampledsp_CACodecInputStream
30  * Method: open
31  * Signature: (Ljavax/sound/sampled/AudioFormat;Lcom/tagtraum/casampledsp/CANativePeerInputStream;J)J
32  */
34  (JNIEnv *, jobject, jobject, jobject, jlong);
35 
36 /*
37  * Class: com_tagtraum_casampledsp_CACodecInputStream
38  * Method: close
39  * Signature: (J)V
40  */
42  (JNIEnv *, jobject, jlong);
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 #endif
JNIEXPORT void JNICALL Java_com_tagtraum_casampledsp_CACodecInputStream_fillNativeBuffer(JNIEnv *, jobject, jlong)
Fill this streams native buffer by transcoding the content of the source stream&#39;s native buffer to th...
JNIEXPORT void JNICALL Java_com_tagtraum_casampledsp_CACodecInputStream_close(JNIEnv *, jobject, jlong)
Closes the AudioConverter and cleans up other resources.
JNIEXPORT jlong JNICALL Java_com_tagtraum_casampledsp_CACodecInputStream_open(JNIEnv *, jobject, jobject, jobject, jlong)
Sets up an AudioConverter to convert data to the desired format.
JNIEXPORT void JNICALL Java_com_tagtraum_casampledsp_CACodecInputStream_reset(JNIEnv *, jobject, jlong)
Resets the converter - necessary after seek() to flush codec buffers.