[vlc-devel] vlc java bindings and client
    littlejohn at paranoici.org 
    littlejohn at paranoici.org
       
    Fri Dec 10 13:47:39 CET 2004
    
    
  
 Hello everybody,
 first message on this ml.
 I've written a Java interface which reflects functions implemented in
libvlc (ie, java bindings). In this way a client can be written in 5
lines: 
..
  public static void main(String[] args) {
    JVLC vlc = new JVLC(args);
    System.out.println(vlc.getVersion());
    vlc.addInterface(null, true, true);
    vlc.die();
    vlc.cleanUp();
   }
..
 The code is publicly available from the svn repository:
 svn co http://svn.icode.it/repos/jvlc
 This code has been developed on vlc 0.8.2 svn version. For playing
with it you need the GNU gcj compiler.
 Cheers,
 lj
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
    
    
More information about the vlc-devel
mailing list