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.TAudioOutputStream
java.io.IOException
protected void patchHeader() throws java.io.IOException
patchHeader
in class org.tritonus.share.sampled.file.TAudioOutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface org.tritonus.share.sampled.file.AudioOutputStream
close
in class org.tritonus.share.sampled.file.TAudioOutputStream
java.io.IOException
public void writeIeeeExtended(org.tritonus.share.sampled.file.TDataOutputStream dos, float sampleRate) throws java.io.IOException
java.io.IOException