Package com.jitcaforwin.extended.api.playlist

Examples of com.jitcaforwin.extended.api.playlist.UserPlaylist


     
      UserLibrary library = iTunes.getLibrary();
     
      PlaylistFolder folder = library.createPlaylistFolder("Demo_Folder");
     
      UserPlaylist playlist = folder.createPlaylist("Demo_Playlist");
     
      playlist.addTrack(iTunes.getPlayerController().currentTrack());

      iTunes.close();

    } catch (JitcaException e) {
      e.printStackTrace();
View Full Code Here

TOP

Related Classes of com.jitcaforwin.extended.api.playlist.UserPlaylist

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.