public static interface MediaPlayer.OnTimedTextListener
android.media.MediaPlayer.OnTimedTextListener |
定时文本可用于显示时要调用的回调的接口定义。
Public methods |
|
---|---|
abstract void |
onTimedText(MediaPlayer mp, TimedText text) 被调用以指示可用的定时文本 |
void onTimedText (MediaPlayer mp, TimedText text)
被调用以指示可用的定时文本
Parameters | |
---|---|
mp |
MediaPlayer : the MediaPlayer associated with this callback |
text |
TimedText : the timed text sample which contains the text needed to be displayed and the display format. |