android.media.MediaPlayer.OnTimedMetaDataAvailableListener |
Interface definition of a callback to be invoked when a track has timed metadata available.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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. |
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.
mp | the MediaPlayer associated with this callback |
---|---|
data | the timed metadata sample associated with this event |