| Package | Description |
|---|---|
| de.quippy.javamod.multimedia.mp3 | |
| de.quippy.javamod.multimedia.mp3.streaming |
| Modifier and Type | Class and Description |
|---|---|
class |
MP3Container |
| Modifier and Type | Method and Description |
|---|---|
void |
MP3Mixer.setTagParserListener(TagParseListener tagParseListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
IcyInputStream.addTagParseListener(TagParseListener tpl)
Adds a TagParseListener to be notified when a stream parses MP3Tags.
|
void |
IcyInputStream.removeTagParseListener(TagParseListener tpl)
Removes a TagParseListener, so it won't be notified when a stream parses MP3Tags.
|
| Constructor and Description |
|---|
IcyInputStream(InputStream in,
String metaIntString,
TagParseListener listener)
IcyInputStream constructor for know meta-interval (Icecast 2)
|
IcyInputStream(InputStream in,
TagParseListener listener)
Reads the initial headers of the stream and adds
tags appropriatly.
|
Copyright © 2014. All rights reserved.