public abstract class TAudioOutputStream extends java.lang.Object implements AudioOutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the stream.
|
long |
getCalculatedLength()
Gives number of bytes already written.
|
AudioFormat |
getFormat()
Retrieves the AufioFormat of this AudioOutputStream.
|
long |
getLength()
Gives length of the stream.
|
int |
write(byte[] abData,
int nOffset,
int nLength)
Writes audio data to the destination (file or output stream).
|
public AudioFormat getFormat()
AudioOutputStreamgetFormat in interface AudioOutputStreampublic long getLength()
getLength in interface AudioOutputStreampublic long getCalculatedLength()
public int write(byte[] abData,
int nOffset,
int nLength)
throws java.io.IOException
write in interface AudioOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface AudioOutputStreamjava.io.IOException