Constructors in at.tuwien.ifs.somtoolbox.audio with parameters of type PlaybackThreadDataRecord |
PlaybackThread(java.lang.String id,
PlaybackThreadDataRecord record,
javax.sound.sampled.SourceDataLine line,
boolean repeat,
float probalityToDecode,
boolean updateStats,
java.lang.String decodedOutputDir)
|
PlaybackThread(java.lang.String id,
PlaybackThreadDataRecord record,
javax.sound.sampled.SourceDataLine line,
boolean repeat,
float probalityToDecode,
java.lang.String decodedOutputDir)
|
PlaybackThread(java.lang.String id,
PlaybackThreadDataRecord record,
javax.sound.sampled.SourceDataLine line,
java.lang.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. |