Fix issue 1) not recognizes some usb device, 2) reconnect when ffmpeg encoder error
[rtmpclient.git] / app / src / main / jni / ai_suanzi_rtmpclient_FfmpegHelper.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class ai_suanzi_rtmpclient_FfmpegHelper */
4
5 #ifndef _Included_ai_suanzi_rtmpclient_FfmpegHelper
6 #define _Included_ai_suanzi_rtmpclient_FfmpegHelper
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     ai_suanzi_rtmpclient_FfmpegHelper
12  * Method:    initEncoder
13  * Signature: (IILjava/lang/String;)I
14  */
15 JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_initEncoder
16   (JNIEnv *, jclass, jint, jint, jstring);
17
18 /*
19  * Class:     ai_suanzi_rtmpclient_FfmpegHelper
20  * Method:    processFrame
21  * Signature: ([B)I
22  */
23 JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_processFrame
24   (JNIEnv *, jclass, jbyteArray);
25
26 /*
27  * Class:     ai_suanzi_rtmpclient_FfmpegHelper
28  * Method:    close
29  * Signature: ()I
30  */
31 JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_close
32   (JNIEnv *, jclass);
33
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif