Package 

Interface MetadataListener


  • 
    public interface MetadataListener
    
                        

    A listener for receiving ID3 metadata parsed from the media stream.

    • Method Summary

      Modifier and Type Method Description
      abstract void onMetadata(Metadata metadata) Called each time there is a metadata associated with current playback time.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onMetadata

         abstract void onMetadata(Metadata metadata)

        Called each time there is a metadata associated with current playback time.

        Parameters:
        metadata - The metadata.