Home | History | Annotate | Download | only in subtitle

Lines Matching defs:track

41  * A subtitle track abstract base class that is responsible for parsing and displaying
82 * Called when there is input data for the subtitle track.
93 * Called when there is input data for the subtitle track. The
94 * complete subtitle for a track can include multiple whole units
105 * only at the deletion of the track object. Cues
114 * as well as when showing or hiding the subtitle track, or when the video
117 * @return the widget that renders this subtitle track. For most renderers
119 * tracks supported by that renderer, as at most one subtitle track
335 final SubtitleTrack track = this;
343 synchronized (track) {
602 /** whether this is a text track who fires events instead getting rendered */