| | |
| | |
|
| | | public static native void init();
|
| | | public static native void setLocalIP(String ipaddr);
|
| | | public static native void setSurface(int cameraIdx, Surface surfaceDecoder, Surface surfaceRender);
|
| | | public static native void setSurface(int cameraIdx, Surface surfaceRender);
|
| | | public static native boolean createPlayer(int cameraIdx, String uri);
|
| | | public static native void shutdown(int cameraIdx);
|
| | | // typedef void (* Java_com_example_nativecodec_NativeCodec_FaceCallback_func)(int cameraIdx, int count);
|
| | |
| | |
|
| | | public static native void dbgFaceAdd(NativeImg faceImage);
|
| | | public static native String dbgGetLog();
|
| | | public static native void dbgSetStfaceLicense(String lic);
|
| | |
|
| | | //public static native void dbgReadTexture();
|
| | |
|