Interface | Description |
---|---|
MP3MetadataParser |
An object that fires off TagParseEvents as they are parsed
from a stream, ServerSocket, or other metadata source
|
StringableTag |
Indicates that the value of a tag is a string, and
provides a getValueAsString() method to get it.
|
TagParseListener |
EventListener to be implemented by objects that want to
get callbacks when MP3 tags are received.
|
Class | Description |
---|---|
IcyInputStream |
An BufferedInputStream that parses Shoutcast's "icy" metadata
from the stream.
|
IcyTag |
A tag parsed from an icecast tag.
|
MP3Tag |
An individual piece of mp3 metadata, as a name/value pair.
|
MP3TagParseSupport | |
TagParseEvent |
Event to indicate that an MP3 tag was received through
some means (parsed in stream, received via UDP, whatever)
and converted into an MP3Tag object.
|
JavaZOOM 1999-2005