add user input
[rtmpclient.git] / app / src / main / jni / ai_suanzi_rtmpclient_UVCCamera.h
diff --git a/app/src/main/jni/ai_suanzi_rtmpclient_UVCCamera.h b/app/src/main/jni/ai_suanzi_rtmpclient_UVCCamera.h
new file mode 100644 (file)
index 0000000..db898f2
--- /dev/null
@@ -0,0 +1,29 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class ai_suanzi_rtmpclient_UVCCamera */
+
+#ifndef _Included_ai_suanzi_rtmpclient_UVCCamera
+#define _Included_ai_suanzi_rtmpclient_UVCCamera
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class:     ai_suanzi_rtmpclient_UVCCamera
+ * Method:    open
+ * Signature: ()I
+ */
+JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_UVCCamera_open
+  (JNIEnv *, jobject);
+
+/*
+ * Class:     ai_suanzi_rtmpclient_UVCCamera
+ * Method:    init
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_ai_suanzi_rtmpclient_UVCCamera_init
+  (JNIEnv *, jobject);
+
+#ifdef __cplusplus
+}
+#endif
+#endif