Added in API level 16

OnTimedTextListener

interface OnTimedTextListener
android.media.MediaPlayer.OnTimedTextListener

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

Summary

Public methods
abstract Unit

Called to indicate an avaliable timed text

Public methods

onTimedText

Added in API level 16
abstract fun onTimedText(
    mp: MediaPlayer!,
    text: TimedText!
): Unit

Called to indicate an avaliable timed 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.