|
CASampledSP
|
Go to the source code of this file.
Functions | |
| JNIEXPORT jobject JNICALL | Java_com_tagtraum_casampledsp_CAAudioFileReader_intGetAudioFormat__Ljava_lang_String_2 (JNIEnv *env, jobject instance, jstring url) |
| Creates a CoreAudioFileFormat for a URL. | |
| JNIEXPORT jobject JNICALL | Java_com_tagtraum_casampledsp_CAAudioFileReader_intGetAudioFormat___3BII (JNIEnv *env, jobject instance, jbyteArray byteArray, jint length, jint hint) |
| Creates a CoreAudioFileFormat for the first X bytes of a stream. | |
| JNIEXPORT jobject JNICALL Java_com_tagtraum_casampledsp_CAAudioFileReader_intGetAudioFormat___3BII | ( | JNIEnv * | env, |
| jobject | instance, | ||
| jbyteArray | byteArray, | ||
| jint | length, | ||
| jint | hint ) |
Creates a CoreAudioFileFormat for the first X bytes of a stream.
| env | JNI env |
| instance | stream instance |
| byteArray | first X bytes |
| length | of the byte array |
| hint | file type hint |
Definition at line 208 of file CAAudioFileReader.cpp.
| JNIEXPORT jobject JNICALL Java_com_tagtraum_casampledsp_CAAudioFileReader_intGetAudioFormat__Ljava_lang_String_2 | ( | JNIEnv * | env, |
| jobject | instance, | ||
| jstring | url ) |
Creates a CoreAudioFileFormat for a URL.
| env | JNI env |
| instance | stream instance |
| url | URL |
Definition at line 68 of file CAAudioFileReader.cpp.