Uses of Interface
as.clynx.audio.rep.IAudioFileCollection

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

Uses of IAudioFileCollection in as.clynx.audio
 

Constructors in as.clynx.audio with parameters of type IAudioFileCollection
Player(SettingControl settings, IAudioFileCollection collection)
          Constructor
 

Uses of IAudioFileCollection in as.clynx.audio.mux
 

Constructors in as.clynx.audio.mux with parameters of type IAudioFileCollection
AbstractMUX(IAudioFileCollection collection, AudioStream stream)
          Constructor
MUX(IAudioFileCollection collection, AudioStream stream)
          Constructor
 

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

Constructors in as.clynx.audio.mux.streams with parameters of type IAudioFileCollection
AudioStream(IAudioFileCollection audiofiles, SettingControl settings)
          Constructor
DistanceStream(IAudioFileCollection collection, SettingControl settings)
          Constructor
FileIndexer(IAudioFileCollection collection)
          Constructor
MultiStream(IAudioFileCollection collection, int mode, SettingControl settings)
          Constructor
PlayListProvider(IAudioFileCollection collection, IIndexer indexer)
          Constructor
SequencedStream(IAudioFileCollection audiofiles, int mode, SettingControl settings)
          Constructor
 

Uses of IAudioFileCollection in as.clynx.audio.norm
 

Methods in as.clynx.audio.norm with parameters of type IAudioFileCollection
 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 IAudioFileCollection in as.clynx.audio.rep
 

Classes in as.clynx.audio.rep that implement IAudioFileCollection
 class AudioFileList
          The class AudioFileList.java contains all loaded audiofiles.
 

Constructors in as.clynx.audio.rep with parameters of type IAudioFileCollection
AudioFile(java.io.File file, Position2D position, IAudioFileCollection parent)
          Constructor
 

Uses of IAudioFileCollection in as.clynx.gui
 

Methods in as.clynx.gui with parameters of type IAudioFileCollection
 AbstractMUX TabbedSettingsPanel.getMultiplexer(IAudioFileCollection list)
          MULTIPLEXER
 INormalizer TabbedSettingsPanel.getNormalizer(IAudioFileCollection collection)
          NORMALIZER
 

Uses of IAudioFileCollection in as.clynx.gui.mux
 

Methods in as.clynx.gui.mux with parameters of type IAudioFileCollection
 AbstractMUX MuxSelectionPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
          returns the current mux specified by the parameter.
 AbstractMUX JSSMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
 AbstractMUX JSDMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
 AbstractMUX JPSMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
 AbstractMUX JPDMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
abstract  AbstractMUX JMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
          returns the selected MUX
 AbstractMUX JDISTMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
 

Uses of IAudioFileCollection in as.clynx.gui.norm
 

Methods in as.clynx.gui.norm with parameters of type IAudioFileCollection
 INormalizer NormSelectionPanel.getINormalizer(IAudioFileCollection collection)
          returns the current Normalizer
 

Uses of IAudioFileCollection in as.clynx.gui.playlist
 

Methods in as.clynx.gui.playlist with parameters of type IAudioFileCollection
 void ListContentProvider.register(IAudioFileCollection collection)
          registers the IAudioFileCollection instance.
 void JPlayList.register(IAudioFileCollection collection)
           
 void DefaultListContentProvider.register(IAudioFileCollection collection)
           
 

Uses of IAudioFileCollection in as.clynx.util
 

Methods in as.clynx.util with parameters of type IAudioFileCollection
 void FileListLoader.addFilesTo(IAudioFileCollection collection)
          adds the file to the IAudioFileCollection
 AbstractMUX SettingControl.getMultiplexer(IAudioFileCollection list)
          returns the defined mux.
 AbstractMUX Constant.getMultiplexer(IAudioFileCollection list)
           
 INormalizer SettingControl.getNormalizer(IAudioFileCollection collection)
          returns the defined Normalizer.
 INormalizer Constant.getNormalizer(IAudioFileCollection collection)