public static interface MediaPlayer.OnTimedTextListener
Modifier and Type | Method and Description |
---|---|
void |
onTimedText(MediaPlayer mp,
TimedText text)
Called to indicate an avaliable timed text
|
void onTimedText(MediaPlayer mp, TimedText text)
mp
- the MediaPlayer associated with this callbacktext
- the timed text sample which contains the text
needed to be displayed and the display format.