Package org.videolan.jvlc

Examples of org.videolan.jvlc.MediaListPlayer


    }
    params.add("--aspect-ratio="+SettingsForm.getAspectRatio());
    String args[] = new String[params.size()];
    try {
      jvlc = new JVLC((String[]) params.toArray(args));
      mlp = new MediaListPlayer(jvlc);
      pack();
      setSize(640,480);
    }
    catch (Throwable ule) {
      JOptionPane.showMessageDialog(this,
View Full Code Here

TOP

Related Classes of org.videolan.jvlc.MediaListPlayer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.