Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.audio |
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
PlaybackThread.decodingFinished(File file,
int channel,
boolean stats,
DecoderThread dt) |