add user input
[rtmpclient.git] / app / src / main / jni / ai_suanzi_rtmpclient_UVCCamera.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class ai_suanzi_rtmpclient_UVCCamera */
4
5 #ifndef _Included_ai_suanzi_rtmpclient_UVCCamera
6 #define _Included_ai_suanzi_rtmpclient_UVCCamera
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     ai_suanzi_rtmpclient_UVCCamera
12  * Method:    open
13  * Signature: ()I
14  */
15 JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_UVCCamera_open
16   (JNIEnv *, jobject);
17
18 /*
19  * Class:     ai_suanzi_rtmpclient_UVCCamera
20  * Method:    init
21  * Signature: ()V
22  */
23 JNIEXPORT void JNICALL Java_ai_suanzi_rtmpclient_UVCCamera_init
24   (JNIEnv *, jobject);
25
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif