forked from ItBitCo/JavaFlyCam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfly2cam_FlyCamera.h
44 lines (39 loc) · 1.05 KB
/
fly2cam_FlyCamera.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* DO NOT EDIT THIS FILE - it is machine generated */
#include "jni.h"
/* Header for class fly2cam_FlyCamera */
#ifndef _Included_fly2cam_FlyCamera
#define _Included_fly2cam_FlyCamera
#ifdef __cplusplus
extern "C" {
#endif
#undef fly2cam_FlyCamera_FrameRate_15
#define fly2cam_FlyCamera_FrameRate_15 3L
#undef fly2cam_FlyCamera_FrameRate_30
#define fly2cam_FlyCamera_FrameRate_30 4L
/*
* Class: fly2cam_FlyCamera
* Method: Connect
* Signature: (I)Z
*/
JNIEXPORT jboolean JNICALL Java_fly2cam_FlyCamera_Connect
(JNIEnv *, jobject, jint, jint, jint, jint);
/*
* Class: fly2cam_FlyCamera
* Method: NextFrame
* Signature: ([B)Z
*/
JNIEXPORT jboolean JNICALL Java_fly2cam_FlyCamera_NextFrame
(JNIEnv *, jobject, jbyteArray);
/*
* Class: fly2cam_FlyCamera
* Method: Finish
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_fly2cam_FlyCamera_Finish
(JNIEnv *, jobject);
JNIEXPORT void JNICALL Java_fly2cam_FlyCamera_Settings
(JNIEnv *, jobject, jint, jint, jint);
#ifdef __cplusplus
}
#endif
#endif