running in background
[rtmpclient.git] / app / src / main / jni / ai_suanzi_rtmpclient_Ffmpeg.h
index 5b2becd..9752077 100644 (file)
@@ -63,6 +63,14 @@ JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_Ffmpeg_play
 JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_Ffmpeg_push
   (JNIEnv *, jobject, jobject);
 
+/*
+ * Class:     ai_suanzi_rtmpclient_Ffmpeg
+ * Method:    preview
+ * Signature: (Ljava/lang/Object;)I
+ */
+JNIEXPORT jint JNICALL Java_ai_suanzi_rtmpclient_Ffmpeg_preview
+  (JNIEnv *, jobject, jobject);
+
 #ifdef __cplusplus
 }
 #endif