public class WaveAudioFileWriter
extends org.tritonus.share.sampled.file.TAudioFileWriter
| Constructor and Description | 
|---|
WaveAudioFileWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.tritonus.share.sampled.file.AudioOutputStream | 
getAudioOutputStream(javax.sound.sampled.AudioFormat audioFormat,
                    long lLengthInBytes,
                    javax.sound.sampled.AudioFileFormat.Type fileType,
                    org.tritonus.share.sampled.file.TDataOutputStream dataOutputStream)  | 
protected boolean | 
isAudioFormatSupportedImpl(javax.sound.sampled.AudioFormat format,
                          javax.sound.sampled.AudioFileFormat.Type fileType)  | 
protected boolean isAudioFormatSupportedImpl(javax.sound.sampled.AudioFormat format,
                                             javax.sound.sampled.AudioFileFormat.Type fileType)
isAudioFormatSupportedImpl in class org.tritonus.share.sampled.file.TAudioFileWriterprotected org.tritonus.share.sampled.file.AudioOutputStream getAudioOutputStream(javax.sound.sampled.AudioFormat audioFormat,
                                                                                 long lLengthInBytes,
                                                                                 javax.sound.sampled.AudioFileFormat.Type fileType,
                                                                                 org.tritonus.share.sampled.file.TDataOutputStream dataOutputStream)
                                                                          throws java.io.IOException
getAudioOutputStream in class org.tritonus.share.sampled.file.TAudioFileWriterjava.io.IOException