Improve Ffmpeg layer
[rtmpclient.git] / app / src / main / jni / UVCCamera.h
1 //
2 // Created by Peng Li on 14/5/2018.
3 //
4
5 #ifndef RTMPCLIENT_UVCCAMERA_H
6 #define RTMPCLIENT_UVCCAMERA_H
7 #include "ai_suanzi_rtmpclient_UVCCamera.h"
8
9 class UVCCamera {
10 public: 
11     virtual ~UVCCamera();
12
13 public:
14     //static jint nativeOnLoad(JavaVM *jvm, void* reserved);
15     static void init();
16     static int open(int venderId, int prodId, int fd, int busNum, int devNum, const char* usbFsName);
17
18 };
19
20 #endif //RTMPCLIENT_UVCCAMERA_H