See: Description
Interface | Description |
---|---|
AudioOutputStream |
Represents a one-time writing of audio data to a destination (file or output stream).
|
TDataOutputStream |
Interface for the file writing classes.
|
Class | Description |
---|---|
HeaderlessAudioOutputStream |
AudioOutputStream for files without a header; the input is written as it is.
|
TAudioFileFormat |
This class is just to have a public constructor taking the
number of bytes of the whole file.
|
TAudioFileReader |
Base class for audio file readers.
|
TAudioFileWriter |
Common base class for implementing classes of AudioFileWriter.
|
TAudioOutputStream |
Base class for classes implementing AudioOutputStream.
|
THeaderlessAudioFileWriter |
Base class for formats without extra header.
|
TNonSeekableDataOutputStream |
A TDataOutputStream that does not allow seeking.
|
TSeekableDataOutputStream |
A TDataOutputStream that allows seeking.
|
Base classes for the implementation of AudioFileReaders and AudioFileWriters. The classes provided here .
AudioFileReader
,
AudioFileWriter
,
org.tritonus.sampled.file
,
org.tritonus.sampled.file.gsm
,
org.tritonus.sampled.file.jorbis
,
org.tritonus.sampled.file.mpeg
,
org.tritonus.sampled.file.vorbis