Uses of Class
javazoom.spi.mpeg.sampled.file.tag.MP3Tag

Packages that use MP3Tag
javazoom.spi.mpeg.sampled.file   
javazoom.spi.mpeg.sampled.file.tag   
 

Uses of MP3Tag in javazoom.spi.mpeg.sampled.file
 

Methods in javazoom.spi.mpeg.sampled.file that return MP3Tag
 MP3Tag IcyListener.getLastTag()
           
 

Methods in javazoom.spi.mpeg.sampled.file with parameters of type MP3Tag
 void IcyListener.setLastTag(MP3Tag tag)
           
 

Uses of MP3Tag in javazoom.spi.mpeg.sampled.file.tag
 

Subclasses of MP3Tag in javazoom.spi.mpeg.sampled.file.tag
 class IcyTag
          A tag parsed from an icecast tag.
 

Fields in javazoom.spi.mpeg.sampled.file.tag declared as MP3Tag
protected  MP3Tag TagParseEvent.tag
           
 

Methods in javazoom.spi.mpeg.sampled.file.tag that return MP3Tag
 MP3Tag TagParseEvent.getTag()
          Get the tag that was parsed.
 MP3Tag IcyInputStream.getTag(String tagName)
          Get the named tag from the HashMap of headers and in-line tags.
 MP3Tag[] MP3MetadataParser.getTags()
          Get all tags (headers or in-stream) encountered thusfar.
 MP3Tag[] IcyInputStream.getTags()
          Get all tags (headers or in-stream) encountered thus far.
 

Methods in javazoom.spi.mpeg.sampled.file.tag with parameters of type MP3Tag
 void MP3TagParseSupport.fireTagParsed(Object source, MP3Tag tag)
           
 

Constructors in javazoom.spi.mpeg.sampled.file.tag with parameters of type MP3Tag
TagParseEvent(Object source, MP3Tag tag)
           
 



Copyright © 2012. All Rights Reserved.