- Direct Known Subclasses:
- GSMAudioFileWriter, MpegAudioFileWriter, VorbisAudioFileWriter, VorbisAudioFileWriter
public class THeaderlessAudioFileWriter
extends TAudioFileWriter
Base class for formats without extra header.
This AudioFileWriter is typically used for compressed formats
where the encoder puts a header into the encoded stream. In this
case, the AudioFileWriter needs not to add a header. This is why
THeaderlessAudioOutputStream is used here.