]> git.sesse.net Git - vlc/blob - bindings/java/includes/Playlist.h
change playlist sorting to use qsort instead bubblesorting that was used.
[vlc] / bindings / java / includes / Playlist.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_videolan_jvlc_Playlist */
4
5 #ifndef _Included_org_videolan_jvlc_Playlist
6 #define _Included_org_videolan_jvlc_Playlist
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_videolan_jvlc_Playlist
12  * Method:    _playlist_add
13  * Signature: (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)I
14  */
15 JNIEXPORT jint JNICALL Java_org_videolan_jvlc_Playlist__1playlist_1add
16   (JNIEnv *, jobject, jstring, jstring, jobjectArray);
17
18 /*
19  * Class:     org_videolan_jvlc_Playlist
20  * Method:    _play
21  * Signature: (I[Ljava/lang/String;)V
22  */
23 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Playlist__1play
24   (JNIEnv *, jobject, jint, jobjectArray);
25
26 /*
27  * Class:     org_videolan_jvlc_Playlist
28  * Method:    _pause
29  * Signature: ()V
30  */
31 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Playlist__1pause
32   (JNIEnv *, jobject);
33
34 /*
35  * Class:     org_videolan_jvlc_Playlist
36  * Method:    _stop
37  * Signature: ()V
38  */
39 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Playlist__1stop
40   (JNIEnv *, jobject);
41
42 /*
43  * Class:     org_videolan_jvlc_Playlist
44  * Method:    _next
45  * Signature: ()V
46  */
47 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Playlist__1next
48   (JNIEnv *, jobject);
49
50 /*
51  * Class:     org_videolan_jvlc_Playlist
52  * Method:    _prev
53  * Signature: ()V
54  */
55 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Playlist__1prev
56   (JNIEnv *, jobject);
57
58 /*
59  * Class:     org_videolan_jvlc_Playlist
60  * Method:    _clear
61  * Signature: ()V
62  */
63 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Playlist__1clear
64   (JNIEnv *, jobject);
65
66 /*
67  * Class:     org_videolan_jvlc_Playlist
68  * Method:    _deleteItem
69  * Signature: (I)V
70  */
71 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Playlist__1deleteItem
72   (JNIEnv *, jobject, jint);
73
74 /*
75  * Class:     org_videolan_jvlc_Playlist
76  * Method:    _itemsCount
77  * Signature: ()I
78  */
79 JNIEXPORT jint JNICALL Java_org_videolan_jvlc_Playlist__1itemsCount
80   (JNIEnv *, jobject);
81
82 /*
83  * Class:     org_videolan_jvlc_Playlist
84  * Method:    _isRunning
85  * Signature: ()I
86  */
87 JNIEXPORT jint JNICALL Java_org_videolan_jvlc_Playlist__1isRunning
88   (JNIEnv *, jobject);
89
90 /*
91  * Class:     org_videolan_jvlc_Playlist
92  * Method:    _setLoop
93  * Signature: (Z)V
94  */
95 JNIEXPORT void JNICALL Java_org_videolan_jvlc_Playlist__1setLoop
96   (JNIEnv *, jobject, jboolean);
97
98 #ifdef __cplusplus
99 }
100 #endif
101 #endif