]> git.sesse.net Git - vlc/blob - bindings/java/includes/Video.h
6b825b9da1ec17907c4f8ec24ceb2045bc57351c
[vlc] / bindings / java / includes / Video.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_videolan_jvlc_Video */
4
5 #ifndef _Included_org_videolan_jvlc_Video
6 #define _Included_org_videolan_jvlc_Video
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_videolan_jvlc_Video
12  * Method:    _toggleFullscreen
13  * Signature: ()V
14  */
15 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Video__1toggleFullscreen
16   (JNIEnv *, jobject);
17
18 /*
19  * Class:     org_videolan_jvlc_Video
20  * Method:    _setFullscreen
21  * Signature: (Z)V
22  */
23 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Video__1setFullscreen
24   (JNIEnv *, jobject, jboolean);
25
26 /*
27  * Class:     org_videolan_jvlc_Video
28  * Method:    _getFullscreen
29  * Signature: ()Z
30  */
31 JNIEXPORT jboolean JNICALL Java_org_videolan_jvlc_Video__1getFullscreen
32   (JNIEnv *, jobject);
33
34 /*
35  * Class:     org_videolan_jvlc_Video
36  * Method:    _getHeight
37  * Signature: ()I
38  */
39 JNIEXPORT jint JNICALL Java_org_videolan_jvlc_Video__1getHeight
40   (JNIEnv *, jobject);
41
42 /*
43  * Class:     org_videolan_jvlc_Video
44  * Method:    _getWidth
45  * Signature: ()I
46  */
47 JNIEXPORT jint JNICALL Java_org_videolan_jvlc_Video__1getWidth
48   (JNIEnv *, jobject);
49
50 /*
51  * Class:     org_videolan_jvlc_Video
52  * Method:    _getSnapshot
53  * Signature: (Ljava/lang/String;)V
54  */
55 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Video__1getSnapshot
56   (JNIEnv *, jobject, jstring);
57
58 /*
59  * Class:     org_videolan_jvlc_Video
60  * Method:    _destroyVideo
61  * Signature: ()V
62  */
63 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Video__1destroyVideo
64   (JNIEnv *, jobject);
65
66 /*
67  * Class:     org_videolan_jvlc_Video
68  * Method:    _reparent
69  * Signature: (Lorg/videolan/jvlc/JVLCCanvas;)V
70  */
71 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Video__1reparent
72   (JNIEnv *, jobject, jobject);
73
74 /*
75  * Class:     org_videolan_jvlc_Video
76  * Method:    _setSize
77  * Signature: (II)V
78  */
79 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Video__1setSize
80   (JNIEnv *, jobject, jint, jint);
81
82 /*
83  * Class:     org_videolan_jvlc_Video
84  * Method:    _paint
85  * Signature: (Lorg/videolan/jvlc/JVLCCanvas;Ljava/awt/Graphics;)V
86  */
87 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Video__1paint
88   (JNIEnv *, jobject, jobject, jobject);
89
90 #ifdef __cplusplus
91 }
92 #endif
93 #endif