| AudioFrame | 
 An Audio Frame in an MP3 file. 
 | 
| CompositeTagHandler | 
Takes an array of  ID3Tags in preference order, and when asked for
 a given tag, will return it from the first  ID3Tags that has it.  
 | 
| ID3Tags.ID3Comment | 
 Represents a comments in ID3 (especially ID3 v2), where are 
  made up of several parts 
 | 
| ID3v1Handler | 
 This is used to parse ID3 Version 1 Tag information from an MP3 file, 
 if available. 
 | 
| ID3v22Handler | 
 This is used to parse ID3 Version 2.2 Tag information from an MP3 file,
 if available. 
 | 
| ID3v23Handler | 
 This is used to parse ID3 Version 2.3 Tag information from an MP3 file,
 if available. 
 | 
| ID3v24Handler | 
 This is used to parse ID3 Version 2.4 Tag information from an MP3 file,
 if available. 
 | 
| ID3v2Frame | 
 A frame of ID3v2 data, which is then passed to a handler to 
 be turned into useful data. 
 | 
| LyricsHandler | 
 This is used to parse Lyrics3 tag information
  from an MP3 file, if available. 
 | 
| Mp3Parser | 
 The Mp3Parser is used to parse ID3 Version 1 Tag information
 from an MP3 file, if available. 
 |