FFSampledSP
com_tagtraum_ffsampledsp_FFCodecInputStream.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_ffsampledsp_FFCodecInputStream */
4 
5 #ifndef _Included_com_tagtraum_ffsampledsp_FFCodecInputStream
6 #define _Included_com_tagtraum_ffsampledsp_FFCodecInputStream
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 #undef com_tagtraum_ffsampledsp_FFCodecInputStream_MAX_SKIP_BUFFER_SIZE
11 #define com_tagtraum_ffsampledsp_FFCodecInputStream_MAX_SKIP_BUFFER_SIZE 2048L
12 #undef com_tagtraum_ffsampledsp_FFCodecInputStream_DEFAULT_NATIVE_BUFFER_SIZE
13 #define com_tagtraum_ffsampledsp_FFCodecInputStream_DEFAULT_NATIVE_BUFFER_SIZE 32768L
14 /*
15  * Class: com_tagtraum_ffsampledsp_FFCodecInputStream
16  * Method: open
17  * Signature: (Ljavax/sound/sampled/AudioFormat;J)J
18  */
20  (JNIEnv *, jobject, jobject, jlong);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 #endif
JNIEXPORT jlong JNICALL Java_com_tagtraum_ffsampledsp_FFCodecInputStream_open(JNIEnv *, jobject, jobject, jlong)
Re-configures SwrContext and Encoder to match the provided target_format.