Lizzy v1.1.1

Uses of Class
christophedelory.playlist.rmp.Track

Packages that use Track
christophedelory.playlist.rmp The Real Metadata Package (RMP) XML format. 
 

Uses of Track in christophedelory.playlist.rmp
 

Methods in christophedelory.playlist.rmp that return types with arguments of type Track
 List<Track> Tracklist.getTracks()
          Returns the list of tracks defined in this package.
 

Methods in christophedelory.playlist.rmp with parameters of type Track
 void Tracklist.addTrack(Track track)
          Adds a track to this package.
 

Method parameters in christophedelory.playlist.rmp with type arguments of type Track
 void Tracklist.setTracks(List<Track> tracks)
          Initializes the list of tracks defined in this package.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.