]> git.sesse.net Git - vlc/blob - bindings/java/TODO
Java bindings by Filippo Carone.
[vlc] / bindings / java / TODO
1 [MediaControl - in progress]
2 * enums will be final classes with private constructor, for type safety
3
4 [JNI]
5 * mediacontrol
6
7 [general]
8 * JUnit testing
9
10 * configure / make install 
11
12 * find a good way to divide CNI and JNI versions (same Java classes,
13   different interfaces) maybe: two JVLC.java classes, one with the
14   System.loadLibray for jni and the other without
15
16 [CNI]
17 * mediacontrol
18
19
20
21 Items are ordered by priority, the first having the highest priority