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

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

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

Constructors in at.tuwien.ifs.somtoolbox.audio with parameters of type PlaybackThreadDataRecord
PlaybackThread(String id, PlaybackThreadDataRecord record, SourceDataLine line, boolean repeat, float probalityToDecode, boolean updateStats, String decodedOutputDir)
           
PlaybackThread(String id, PlaybackThreadDataRecord record, SourceDataLine line, boolean repeat, float probalityToDecode, String decodedOutputDir)
           
PlaybackThread(String id, PlaybackThreadDataRecord record, SourceDataLine line, String decodedOutputDir)
          Convenience constructur that takes a PlaybackThreadDataRecord and pulls all data from it to create a new thread.
Note the constructor call that looks quite crazy with all its necessary casts.