|
Class Summary |
| AudioFileDescriptor |
This class models characteristics of an audio file such as the absolute path
of the file, its tag contents (if any) and the play duration, etc. |
| ID3v11Tag |
This class is a very simple implementation of an ID3v11Tag. |
| MP3PlaylistItem |
Class MP3PlaylistItem models a playlist item built from an MP3 audio file |
| Player |
Audio player for MP3 files
Using this class requires the MP3 decoder plug-in
at http://www.tritonus.org/plugins.html or another component that implements
the Java Sound API. |
| PlaylistItem |
Class PlaylistItem is the base class for other classes that
model an audio file |