-
public interface MetadataListenerA listener for receiving ID3 metadata parsed from the media stream.
-
-
Method Summary
Modifier and Type Method Description abstract voidonMetadata(Metadata metadata)Called each time there is a metadata associated with current playback time. -
-
Method Detail
-
onMetadata
abstract void onMetadata(Metadata metadata)
Called each time there is a metadata associated with current playback time.
- Parameters:
metadata- The metadata.
-
-
-
-