MediaPlayer.OnTimedMetaDataAvailableListener
public
static
interface
MediaPlayer.OnTimedMetaDataAvailableListener
android.media.MediaPlayer.OnTimedMetaDataAvailableListener |
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
onTimedMetaDataAvailable
public 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. 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 |