Examples of VLCJ


Examples of controller.soundEngine.lib.VLCJ

    initPlayer(core);
  }

 
  private void initPlayer(JukeboxChangedTrackListener core) {
    player.add(new VLCJ(core, this, this));
//    player.add(new GST(core, this, this));
//    player.add(new MP3(core, this, this));
//    player.add(new WAV(core, this, this));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.