Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

MediaPlayer.OnTimedTextListener

android.media.MediaPlayer.OnTimedTextListener

Class Overview

Interface definition of a callback to be invoked when a timed text is available for display.

Summary

Public Methods
abstract void onTimedText ( MediaPlayer mp, TimedText text)
Called to indicate an avaliable timed text

Public Methods

public abstract void onTimedText ( MediaPlayer mp, TimedText text)

Called to indicate an avaliable timed text

Parameters
mp the MediaPlayer associated with this callback
text the timed text sample which contains the text needed to be displayed and the display format.