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()
AudioOutputStream
getFormat
in interface AudioOutputStream
public long getLength()
getLength
in interface AudioOutputStream
public long getCalculatedLength()
public int write(byte[] abData, int nOffset, int nLength) throws java.io.IOException
write
in interface AudioOutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface AudioOutputStream
java.io.IOException