Uses of Class
as.clynx.audio.rep.AudioFile

Packages that use AudioFile
as.clynx.audio.mux.streams   
as.clynx.audio.norm   
as.clynx.audio.rep   
as.clynx.gui.playlist   
 

Uses of AudioFile in as.clynx.audio.mux.streams
 

Methods in as.clynx.audio.mux.streams that return AudioFile
 AudioFile PlayListProvider.getAudioFile(int trackNO)
          returns the audioInputStream of the
 

Methods in as.clynx.audio.mux.streams with parameters of type AudioFile
 int SignalLocalizer.getPostionOf(AudioFile af)
          calculates the position of the input signal in the output signal.
 

Uses of AudioFile in as.clynx.audio.norm
 

Methods in as.clynx.audio.norm with parameters of type AudioFile
 int NoNormalizer.normalizeSample(int sample, AudioFile file, IAudioFileCollection list)
           
 int LinAmplNormalizer.normalizeSample(int sample, AudioFile file, IAudioFileCollection list)
           
 int INormalizer.normalizeSample(int sample, AudioFile file, IAudioFileCollection list)
          returns the normalized samplevalue
 int AbstractCompressor.normalizeSample(int sample, AudioFile file, IAudioFileCollection list)
          normalizes the sample using the defined compress and no_compress functions
 

Uses of AudioFile in as.clynx.audio.rep
 

Methods in as.clynx.audio.rep that return AudioFile
 AudioFile AudioFileList.get(int i)
           
 

Methods in as.clynx.audio.rep with parameters of type AudioFile
 boolean AudioFileList.add(AudioFile obj)
          adds a audiofile to the list and stores the normalizing values
 javax.sound.sampled.AudioInputStream IAudioFileCollection.decode(AudioFile af)
          returns the decoded audioinputstream for the passed audiofile
 javax.sound.sampled.AudioInputStream AudioFileList.decode(AudioFile af)
           
 void IAudioFileCollection.setNext(AudioFile key)
          sets the audiofile wich should be played next.
 void AudioFileList.setNext(AudioFile key)
           
 void IAudioFileCollection.stateChangedOf(AudioFile track)
          awakes when the finished or active flag of a track changes.
 void AudioFileList.stateChangedOf(AudioFile track)
           
 

Uses of AudioFile in as.clynx.gui.playlist
 

Methods in as.clynx.gui.playlist with parameters of type AudioFile
 void ListContentProvider.addElement(AudioFile af)
          adds an element to the visual representation.
 void JPlayList.addElement(AudioFile af)
           
 void DefaultListContentProvider.addElement(AudioFile af)