Uses of Interface
javazoom.spi.mpeg.sampled.file.tag.TagParseListener

Packages that use TagParseListener
javazoom.spi.mpeg.sampled.convert   
javazoom.spi.mpeg.sampled.file   
javazoom.spi.mpeg.sampled.file.tag   
 

Uses of TagParseListener in javazoom.spi.mpeg.sampled.convert
 

Classes in javazoom.spi.mpeg.sampled.convert that implement TagParseListener
 class DecodedMpegAudioInputStream
          Main decoder.
 

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

Classes in javazoom.spi.mpeg.sampled.file that implement TagParseListener
 class IcyListener
          This class (singleton) allow to be notified on shoutcast meta data while playing the stream (such as song title).
 

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

Methods in javazoom.spi.mpeg.sampled.file.tag with parameters of type TagParseListener
 void MP3TagParseSupport.addTagParseListener(TagParseListener tpl)
          Adds a TagParseListener to be notified when a stream parses MP3Tags.
 void MP3MetadataParser.addTagParseListener(TagParseListener tpl)
          Adds a TagParseListener to be notified when this object parses MP3Tags.
 void IcyInputStream.addTagParseListener(TagParseListener tpl)
          Adds a TagParseListener to be notified when this stream parses MP3Tags.
 void MP3TagParseSupport.removeTagParseListener(TagParseListener tpl)
          Removes a TagParseListener, so it won't be notified when a stream parses MP3Tags.
 void MP3MetadataParser.removeTagParseListener(TagParseListener tpl)
          Removes a TagParseListener, so it won't be notified when this object parses MP3Tags.
 void IcyInputStream.removeTagParseListener(TagParseListener tpl)
          Removes a TagParseListener, so it won't be notified when this stream parses MP3Tags.
 



Copyright © 2012. All Rights Reserved.