Interface | Description |
---|---|
Tag |
This interface represents the basic data structure for the default
audiolibrary functionality.
Some audio file tagging systems allow to specify multiple values for one type of information. |
Class | Description |
---|---|
AudioFile |
This is the main object manipulated by the user representing an audiofile, its properties and its tag.
|
AudioFileFilter |
This is a simple FileFilter that will only allow the file supported by this library.
|
AudioFileIO |
The main entry point for the Tag Reading/Writing operations, this class will
select the appropriate reader/writer for the given file.
|
EncodingInfo |
This class represents a structure for storing and retrieving information
about the codec respectively the encoding parameters.
Most of the parameters are available for nearly each audio format. |