public static interface MediaPlayer.OnTimedTextListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onTimedText(String text)
MediaPlayer.release();
MediaPlayer.reset();
Called to indicate that a text timed text need to display
|
void |
onTimedTextUpdate(byte[] pixels,
int width,
int height)
Called to indicate that an image timed text need to display
|
void onTimedText(String text)
text - the timedText to displayvoid onTimedTextUpdate(byte[] pixels,
int width,
int height)
pixels - the pixels of the timed text imagewidth - the width of the timed text imageheight - the height of the timed text image