Searched refs:cues (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java88 * @param runID mostly-unique ID for this run of data. Subtitle cues
94 * any of its cues (with this runID).
113 * Called when the active cues have changed, and the contents of the subtitle
122 // out-of-order times mean seeking or new active cues being added
134 // remove past cues
141 // add new cues
183 /* remove all cues (untangle all cross-links) */
198 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
304 // link-up cues in the same run
388 Vector<Cue> cues
520 EntryIterator(SortedMap<Long, Vector<Cue> > cues) argument
[all...]

Completed in 25 milliseconds