com.jsyn.io
Interface AudioOutputStream
- All Known Subinterfaces:
- AudioDeviceOutputStream
- All Known Implementing Classes:
- AudioFifo, WaveFileWriter
public interface AudioOutputStream
Method Summary |
void |
close()
|
void |
write(double value)
|
void |
write(double[] buffer)
|
void |
write(double[] buffer,
int start,
int count)
|
write
void write(double value)
throws java.io.IOException
- Throws:
java.io.IOException
write
void write(double[] buffer)
throws java.io.IOException
- Throws:
java.io.IOException
write
void write(double[] buffer,
int start,
int count)
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException