Uses of Class
at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback.DecoderThread

Packages that use DecoderThread
at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback   
 

Uses of DecoderThread in at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback
 

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

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