mirror of
https://github.com/videolan/vlc.git
synced 2025-01-19 06:08:18 +08:00
.. | ||
AUTHORS | ||
JVLC.java | ||
JVLCBoolVariable.java | ||
JVLCFloatVariable.java | ||
JVLCIntVariable.java | ||
JVLCStringVariable.java | ||
JVLCTimeVariable.java | ||
JVLCVariable.java | ||
JVLCVarValue.java | ||
JVLCVarVariable.java | ||
Makefile | ||
README | ||
vlc-glue.cc | ||
VlcClient.java |
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