Uses of Class
at.tuwien.ifs.somtoolbox.audio.DecoderThread

Packages that use DecoderThread
at.tuwien.ifs.somtoolbox.audio   
 

Uses of DecoderThread in at.tuwien.ifs.somtoolbox.audio
 

Fields in at.tuwien.ifs.somtoolbox.audio with type parameters of type DecoderThread
protected static LinkedHashMap<File,DecoderThread> DecoderThread.currentlyDecoding
          Static data structure not to decode a file twice at the same time.

That means that all files that are currently being decoded have been put into the structure together with the DecoderThread as the value.
 

Methods in at.tuwien.ifs.somtoolbox.audio with parameters of type DecoderThread
 void PlaybackThread.decodingFinished(File file, int channel, boolean stats, DecoderThread dt)