| Package | Description |
|---|---|
| de.quippy.javamod.multimedia.mp3 | |
| de.quippy.javamod.multimedia.mp3.streaming |
| Modifier and Type | Method and Description |
|---|---|
void |
MP3StreamInfoPanel.fillInfoPanelWith(IcyTag icyTag) |
| Modifier and Type | Field and Description |
|---|---|
protected IcyTag |
TagParseEvent.tag |
| Modifier and Type | Method and Description |
|---|---|
IcyTag |
TagParseEvent.getIcyTag()
Get the tag that was parsed.
|
IcyTag |
IcyInputStream.getTag(String tagName)
Get the named tag from the HashMap of headers and
in-line tags.
|
IcyTag[] |
IcyInputStream.getTags()
Get all tags (headers or in-stream) encountered thus far.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,IcyTag> |
IcyInputStream.getTagHash()
Returns a HashMap of all headers and in-stream tags
parsed so far.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IcyInputStream.addTag(IcyTag tag)
adds the tag to the HashMap of tags we have encountered
either in-stream or as headers, replacing any previous
tag with this name.
|
void |
IcyInputStream.fireTagParsed(Object source,
IcyTag tag) |
| Constructor and Description |
|---|
TagParseEvent(Object source,
IcyTag tag) |
Copyright © 2014. All rights reserved.