public class AiffAudioOutputStream
extends org.tritonus.share.sampled.file.TAudioOutputStream
| Constructor and Description |
|---|
AiffAudioOutputStream(javax.sound.sampled.AudioFormat audioFormat,
javax.sound.sampled.AudioFileFormat.Type fileType,
long lLength,
org.tritonus.share.sampled.file.TDataOutputStream dataOutputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
patchHeader() |
protected void |
writeHeader() |
void |
writeIeeeExtended(org.tritonus.share.sampled.file.TDataOutputStream dos,
float sampleRate) |
public AiffAudioOutputStream(javax.sound.sampled.AudioFormat audioFormat,
javax.sound.sampled.AudioFileFormat.Type fileType,
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.IOExceptionpublic void writeIeeeExtended(org.tritonus.share.sampled.file.TDataOutputStream dos,
float sampleRate)
throws java.io.IOException
java.io.IOException