|
FFSampledSP
|
Go to the source code of this file.
Functions | |
| JNIEXPORT jlong JNICALL | Java_com_tagtraum_ffsampledsp_FFCodecInputStream_open (JNIEnv *env, jobject object, jobject target_format, jlong aio_pointer) |
| Re-configures SwrContext and Encoder to match the provided target_format. More... | |
| JNIEXPORT jlong JNICALL Java_com_tagtraum_ffsampledsp_FFCodecInputStream_open | ( | JNIEnv * | env, |
| jobject | object, | ||
| jobject | target_format, | ||
| jlong | aio_pointer | ||
| ) |
Re-configures SwrContext and Encoder to match the provided target_format.
| env | JNIEnv |
| object | stream instance this call stems from, i.e. a FFCodecInputStream |
| target_format | target AudioFormat |
| aio_pointer | Pointer to the FFAudioIO struct of the FFNativePeerInputStream that opened the file/stream |
Definition at line 70 of file FFCodecInputStream.c.
1.8.13