Uses of Class
ccs.audio.TrackMode

Packages that use TrackMode
ccs.audio The Checkpoint audio system. 
ccs.audio.gui Basic GUI components for the Checkpoint audio back-end. 
 

Uses of TrackMode in ccs.audio
 

Methods in ccs.audio that return TrackMode
static TrackMode TrackMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TrackMode[] TrackMode.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 TrackMode
 void AudioController.setTrackMode(TrackMode mode)
          Set the track mode.
 

Uses of TrackMode in ccs.audio.gui
 

Methods in ccs.audio.gui with parameters of type TrackMode
 void AudioControlPanel.setTracking(TrackMode tracking)
          Set the tracking mode programmatically.