public interface MP3MetadataParser
Modifier and Type | Method and Description |
---|---|
void |
addTagParseListener(TagParseListener tpl)
Adds a TagParseListener to be notified when this object
parses MP3Tags.
|
MP3Tag[] |
getTags()
Get all tags (headers or in-stream) encountered thusfar.
|
void |
removeTagParseListener(TagParseListener tpl)
Removes a TagParseListener, so it won't be notified when
this object parses MP3Tags.
|
void addTagParseListener(TagParseListener tpl)
void removeTagParseListener(TagParseListener tpl)
MP3Tag[] getTags()
JavaZOOM 1999-2005