Improve Ffmpeg layer
[rtmpclient.git] / app / src / main / jni / ai_suanzi_rtmpclient_FfmpegHelper.h
diff --git a/app/src/main/jni/ai_suanzi_rtmpclient_FfmpegHelper.h b/app/src/main/jni/ai_suanzi_rtmpclient_FfmpegHelper.h
new file mode 100644 (file)
index 0000000..bedc4a8
--- /dev/null
@@ -0,0 +1,37 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class ai_suanzi_rtmpclient_FfmpegHelper */
+
+#ifndef _Included_ai_suanzi_rtmpclient_FfmpegHelper
+#define _Included_ai_suanzi_rtmpclient_FfmpegHelper
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class:     ai_suanzi_rtmpclient_FfmpegHelper
+ * Method:    initialEncoder
+ * Signature: (IILjava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_initialEncoder
+  (JNIEnv *, jclass, jint, jint, jstring);
+
+/*
+ * Class:     ai_suanzi_rtmpclient_FfmpegHelper
+ * Method:    processFrame
+ * Signature: ([B)I
+ */
+JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_processFrame
+  (JNIEnv *, jclass, jbyteArray);
+
+/*
+ * Class:     ai_suanzi_rtmpclient_FfmpegHelper
+ * Method:    close
+ * Signature: ()I
+ */
+JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_FfmpegHelper_close
+  (JNIEnv *, jclass);
+
+#ifdef __cplusplus
+}
+#endif
+#endif