Uses of Interface
ccs.audio.Track

Packages that use Track
ccs.audio The Checkpoint audio system. 
 

Uses of Track in ccs.audio
 

Classes in ccs.audio that implement Track
 class URLTrack
          A Track which is accessed via a URL.
 

Methods in ccs.audio that return Track
 Track Playlist.currentTrack()
          The current track.
 Track Playlist.peekTrack(TrackChange motion)
          The track which would be accessed by the next subsequent changeTrack() with the supplied motion.