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.
 
 
 
 
 
 
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
..
AUTHORS Merge bindings to trunk 21 years ago
JVLC.java Make Zorglub less unhappy 21 years ago
JVLCBoolVariable.java Merge bindings to trunk 21 years ago
JVLCFloatVariable.java Merge bindings to trunk 21 years ago
JVLCIntVariable.java Merge bindings to trunk 21 years ago
JVLCStringVariable.java Merge bindings to trunk 21 years ago
JVLCTimeVariable.java Merge bindings to trunk 21 years ago
JVLCVarValue.java Merge bindings to trunk 21 years ago
JVLCVarVariable.java Merge bindings to trunk 21 years ago
JVLCVariable.java Merge bindings to trunk 21 years ago
Makefile Merge bindings to trunk 21 years ago
README Merge bindings to trunk 21 years ago
VlcClient.java Merge bindings to trunk 21 years ago
vlc-glue.cc Merge bindings to trunk 21 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