public class StreamingThread
extends java.lang.Thread
| Constructor and Description |
|---|
StreamingThread(AudioInputStream inputStream,
AudioOutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferSize() |
void |
requestStop() |
void |
run() |
void |
setBufferSize(int bufferSize) |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic StreamingThread(AudioInputStream inputStream, AudioOutputStream outputStream)