Package com.jitcaforwin.extended.api.playlist

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


    try {
      IJitcaITunesController iTunes = new JitcaiTunesController(true);
     
      UserLibrary library = iTunes.getLibrary();
     
      PlaylistFolder folder = library.createPlaylistFolder("Demo_Folder");
     
      UserPlaylist playlist = folder.createPlaylist("Demo_Playlist");
     
      playlist.addTrack(iTunes.getPlayerController().currentTrack());

      iTunes.close();
View Full Code Here

TOP

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

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.