public class AudioOutputStreamOutput extends Bus implements SystemOutput
| Constructor and Description |
|---|
AudioOutputStreamOutput(AudioOutputStream audioOutputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the output destination.
|
void |
emit()
Writes the accumulated sample values to the output media.
|
clear, getValues, getWidth, output, outputpublic AudioOutputStreamOutput(AudioOutputStream audioOutputStream)
public void emit()
throws java.io.IOException
SystemOutputemit in interface SystemOutputjava.io.IOExceptionpublic void close()
throws java.io.IOException
SystemOutputclose in interface SystemOutputjava.io.IOException