to top
Android APIs
Added in API level 16
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

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

Public Methods

public abstract void onTimedText (MediaPlayer mp, TimedText text)

Added in API level 16

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.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.