Package org.videolan.jvlc

Examples of org.videolan.jvlc.MediaList


  public void play(String url) {
    stop();
    setVisible(true);
    jvlc.setVideoOutput(jvcanvas);

    MediaList ml = new MediaList(jvlc);
    ml.addMedia(url);
    mlp.setMediaList(ml);
    mlp.play();   
  }
View Full Code Here

TOP

Related Classes of org.videolan.jvlc.MediaList

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.