Package myplayer

Examples of myplayer.Mp3InputStream


* Implementazione di IPlayerController con metodi wait e notify.
* */
public class AsyncMp3Controller implements IPlayerController {
  public AsyncMp3Controller(String fileName) throws FileNotFoundException,
      JavaLayerException {
    player = new MyPlayer(new Mp3InputStream(fileName));
  }
View Full Code Here

TOP

Related Classes of myplayer.Mp3InputStream

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.