javazoom.spi.mpeg.sampled.file.tag
Class IcyTag
java.lang.Object
javazoom.spi.mpeg.sampled.file.tag.MP3Tag
javazoom.spi.mpeg.sampled.file.tag.IcyTag
- All Implemented Interfaces:
- StringableTag
public class IcyTag
- extends MP3Tag
- implements StringableTag
A tag parsed from an icecast tag.
| Fields inherited from class javazoom.spi.mpeg.sampled.file.tag.MP3Tag |
name, value |
|
Constructor Summary |
IcyTag(String name,
String stringValue)
Create a new tag, from the parsed name and (String) value. |
IcyTag
public IcyTag(String name,
String stringValue)
- Create a new tag, from the parsed name and (String) value.
It looks like all Icecast tags are Strings (safe to assume
this going forward?)
getValueAsString
public String getValueAsString()
- Description copied from interface:
StringableTag
- Return the value of this tag as a string.
- Specified by:
getValueAsString in interface StringableTag
Copyright © 2012. All Rights Reserved.