wseemann.media
Interface FFmpegMediaPlayer.OnTimedTextListener
- Enclosing class:
- FFmpegMediaPlayer
public static interface FFmpegMediaPlayer.OnTimedTextListener
Interface definition of a callback to be invoked when a
timed text is available for display.
onTimedText
void onTimedText(FFmpegMediaPlayer mp,
TimedText text)
- Called to indicate an avaliable timed text
- Parameters:
mp
- the MediaPlayer associated with this callbacktext
- the timed text sample which contains the text
needed to be displayed and the display format.