| Class | Description |
|---|---|
| Config | Contains the application configuration which is saved to the registry. |
| FilenameParser | Parses a string representing an absolute filename according to a pattern to extract various information. |
| ID3v1 | ID3v1 meta data manipulation. |
| ID3v2 | ID3v2 meta data manipulation. |
| ID3v2ConvertException | |
| ID3v2Exception | |
| ID3v2NoFrameException | |
| ID3v2PaddingException | |
| OGG | OGG meta data manipulation. |
| OGGException | |
| Resource | Used to read strings from a localizeable resource. |
| WMA | WMA meta data manipulation |
| Interface | Description |
|---|---|
| IMetaParser | Interface used by classes that manipulate meta data of audio files such as OGG Vorbis, ID3v1 or ID3v2. |
| Enumeration | Description |
|---|---|
| ID3v2.TextEncoding | Represents the encoding of a string in an ID3v2 frame. |