Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.audio |
Constructor and Description |
---|
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. |