fix bug when long runing in background
[rtmpclient.git] / app / src / main / java / ai / suanzi / rtmpclient / Ffmpeg.java
index e4eb05c..7d9bb80 100644 (file)
@@ -28,4 +28,5 @@ public class Ffmpeg {
     public native int play(Object surface, String fname);
     public native int push(Object surface);
     public native int preview(Object surface);
+    public native String getPerfectDevice();
 }