See: Description
Interface | Description |
---|---|
AudioFileReader |
Implementing this interface indicates support for 'one-shot' reading of an audio file.
|
AudioFileWriter |
Implementing this interface indicates support for 'one-shot' writing of an audio file.
|
Class | Description |
---|---|
WavFileReaderWriter |
This class supports 'one-shot' reading and writing of wav files.
|
Enum | Description |
---|---|
AudioFileType |
Audio file types that may be supported by an AudioFileReader or AudioFileWriter
|
Exception | Description |
---|---|
FileFormatException |
Exception for use when a the file format to be written is not supported by the file type (too many channels, unsupported bit depth, for example) or
when the file format being read does not conform to the requirements of the file type.
|
OperationUnsupportedException |
Exception for when an operation requested of an AudioFileReader or AudioFileWriter is not supported (but perhaps could be in the future, or
by another class implementing the same interface), e.g.
|