You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Faustino Osuna 2dae9d9ac4 Add more ignores. 19 years ago
..
.gitignore Add more ignores. 19 years ago
AUTHORS Merge bindings to trunk 22 years ago
JVLC.java FSF address change. 21 years ago
JVLCBoolVariable.java Merge bindings to trunk 22 years ago
JVLCFloatVariable.java Merge bindings to trunk 22 years ago
JVLCIntVariable.java Merge bindings to trunk 22 years ago
JVLCStringVariable.java Merge bindings to trunk 22 years ago
JVLCTimeVariable.java Merge bindings to trunk 22 years ago
JVLCVarValue.java Merge bindings to trunk 22 years ago
JVLCVarVariable.java Merge bindings to trunk 22 years ago
JVLCVariable.java Merge bindings to trunk 22 years ago
Makefile Merge bindings to trunk 22 years ago
README Merge bindings to trunk 22 years ago
VlcClient.java Merge bindings to trunk 22 years ago
vlc-glue.cc Don't include config.h from the headers - refs #297. 19 years ago

README

Implementation Notes
--------------------

The union vlc_value_t has been implemented as a hierarchy of classes
which has JVLCVariable.class as the root. All the children of this
class are named JVLC<type>Variable.class and are mapped 1:1 to the
union members with some exceptions: p_address is not implemented since
there's no notion of address in Java, vlc_object_t is not implemented
since I don't know how to represent it in Java and is not defined in
vlc/vlc.h