public static interface MediaPlayer.OnTimedMetaDataAvailableListener
Modifier and Type | Method and Description |
---|---|
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.
|
void onTimedMetaDataAvailable(MediaPlayer mp, TimedMetaData data)
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.
mp
- the MediaPlayer associated with this callbackdata
- the timed metadata sample associated with this event