fluidsynth_Sample.h
上传用户:tjmskj2
上传日期:2020-08-17
资源大小:577k
文件大小:1k
源码类别:

midi

开发平台:

C/C++

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class fluidsynth_Sample */
  4. #ifndef _Included_fluidsynth_Sample
  5. #define _Included_fluidsynth_Sample
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*
  10.  * Class:     fluidsynth_Sample
  11.  * Method:    newSample
  12.  * Signature: (Ljava/lang/String;I)I
  13.  */
  14. JNIEXPORT jint JNICALL Java_fluidsynth_Sample_newSample
  15.   (JNIEnv *, jobject, jstring, jint);
  16. /*
  17.  * Class:     fluidsynth_Sample
  18.  * Method:    deleteSample
  19.  * Signature: (I)V
  20.  */
  21. JNIEXPORT void JNICALL Java_fluidsynth_Sample_deleteSample
  22.   (JNIEnv *, jobject, jint);
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif