Package controller.soundEngine.lib

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

Related Classes of controller.soundEngine.lib.VLCJ

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.