Added in API level 23

OnTimedMetaDataAvailableListener

interface OnTimedMetaDataAvailableListener
android.media.MediaPlayer.OnTimedMetaDataAvailableListener

Interface definition of a callback to be invoked when a track has timed metadata available.

Summary

Public methods
abstract Unit

Called to indicate avaliable timed metadata

Public methods

onTimedMetaDataAvailable

Added in API level 23
abstract fun onTimedMetaDataAvailable(
    mp: MediaPlayer!,
    data: TimedMetaData!
): Unit

Called to indicate avaliable timed metadata

This method will be called as timed metadata is extracted from the media, in the same order as it occurs in the media. The timing of this event is not controlled by the associated timestamp.

Parameters
mp MediaPlayer!: the MediaPlayer associated with this callback
data TimedMetaData!: the timed metadata sample associated with this event