Uses of Class
ccs.audio.TrackChange

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

Uses of TrackChange in ccs.audio
 

Methods in ccs.audio that return TrackChange
static TrackChange TrackChange.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TrackChange[] TrackChange.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ccs.audio with parameters of type TrackChange
 void Playlist.changeTrack(TrackChange motion)
          Change to a different track (or possibly the same one.)
 void AudioController.changeTrack(TrackChange motion)
          Track change.
 Track Playlist.peekTrack(TrackChange motion)
          The track which would be accessed by the next subsequent changeTrack() with the supplied motion.