1 /* DO NOT EDIT THIS FILE - it is machine generated */ 2 #include <jni.h> 3 /* Header for class com_android_ndkaudio_AudioPlayer */ 4 5 #ifndef _Included_com_android_ndkaudio_AudioPlayer 6 #define _Included_com_android_ndkaudio_AudioPlayer 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 /* 11 * Class: com_android_ndkaudio_AudioPlayer 12 * Method: InitN 13 * Signature: ()V 14 */ 15 16 /* 17 * Class: com_android_ndkaudio_AudioPlayer 18 * Method: Create 19 * Signature: ()V 20 */ 21 JNIEXPORT void JNICALL Java_com_android_ndkaudio_AudioPlayer_Create 22 (JNIEnv *, jobject); 23 24 /* 25 * Class: com_android_ndkaudio_AudioPlayer 26 * Method: Destroy 27 * Signature: ()V 28 */ 29 JNIEXPORT void JNICALL Java_com_android_ndkaudio_AudioPlayer_Destroy 30 (JNIEnv*, jobject); 31 32 /* 33 * Class: com_android_ndkaudio_AudioPlayer 34 * Method: RealizePlayer 35 * Signature: ()V 36 */ 37 JNIEXPORT void JNICALL Java_com_android_ndkaudio_AudioPlayer_RealizePlayer 38 (JNIEnv*, jobject); 39 40 /* 41 * Class: com_android_ndkaudio_AudioPlayer 42 * Method: RealizeRoutingProxy 43 * Signature: ()V 44 */ 45 JNIEXPORT void JNICALL Java_com_android_ndkaudio_AudioPlayer_RealizeRoutingProxy 46 (JNIEnv*, jobject); 47 48 /* 49 * Class: com_android_ndkaudio_AudioPlayer 50 * Method: Start 51 * Signature: ()V 52 */ 53 JNIEXPORT void JNICALL Java_com_android_ndkaudio_AudioPlayer_Start 54 (JNIEnv *, jobject); 55 56 /* 57 * Class: com_android_ndkaudio_AudioPlayer 58 * Method: Stop 59 * Signature: ()android/ 60 */ 61 JNIEXPORT void JNICALL Java_com_android_ndkaudio_AudioPlayer_Stop 62 (JNIEnv *, jobject); 63 64 /* 65 * Class: com_android_ndkaudio_AudioPlayer 66 * Method: GetRoutingInterface 67 * Signature: ()Landroid/media/AudioRouting; 68 */ 69 JNIEXPORT jobject JNICALL Java_com_android_ndkaudio_AudioPlayer_GetRoutingInterface 70 (JNIEnv*, jobject); 71 72 /* 73 * Class: com_android_ndkaudio_AudioPlayer 74 * Method: GetRoutingInterface 75 * Signature: (Landroid/media/AudioRouting;)V 76 */ 77 JNIEXPORT void JNICALL Java_com_android_ndkaudio_AudioPlayer_ReleaseRoutingInterface 78 (JNIEnv*, jobject, jobject); 79 80 /* 81 * Class: com_android_ndkaudio_AudioPlayer 82 * Method: GetLastSLResult 83 * Signature: ()J 84 */ 85 JNIEXPORT jlong JNICALL Java_com_android_ndkaudio_AudioPlayer_GetLastSLResult 86 (JNIEnv*, jobject); 87 88 /* 89 * Class: com_android_ndkaudio_AudioPlayer 90 * Method: ClearLastSLResult 91 * Signature: ()V 92 */ 93 JNIEXPORT void JNICALL Java_com_android_ndkaudio_AudioPlayer_ClearLastSLResult 94 (JNIEnv*, jobject); 95 96 #ifdef __cplusplus 97 } 98 #endif 99 #endif 100