public class WaveAudioOutputStream
extends org.tritonus.share.sampled.file.TAudioOutputStream
| Constructor and Description |
|---|
WaveAudioOutputStream(javax.sound.sampled.AudioFormat audioFormat,
long lLength,
org.tritonus.share.sampled.file.TDataOutputStream dataOutputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
patchHeader() |
protected void |
writeHeader() |
public WaveAudioOutputStream(javax.sound.sampled.AudioFormat audioFormat,
long lLength,
org.tritonus.share.sampled.file.TDataOutputStream dataOutputStream)
protected void writeHeader()
throws java.io.IOException
writeHeader in class org.tritonus.share.sampled.file.TAudioOutputStreamjava.io.IOExceptionprotected void patchHeader()
throws java.io.IOException
patchHeader in class org.tritonus.share.sampled.file.TAudioOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface org.tritonus.share.sampled.file.AudioOutputStreamclose in class org.tritonus.share.sampled.file.TAudioOutputStreamjava.io.IOException