Android APIs
Added in API level 23
public static interface

MediaPlayer.OnTimedMetaDataAvailableListener

android.media.MediaPlayer.OnTimedMetaDataAvailableListener

Class Overview

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

Summary

Public Methods
abstract void onTimedMetaDataAvailable(MediaPlayer mp, TimedMetaData data)
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.

Public Methods

public abstract void onTimedMetaDataAvailable (MediaPlayer mp, TimedMetaData data)

Added in API level 23

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 the MediaPlayer associated with this callback
data the timed metadata sample associated with this event