cuesFor abstract method

List<CaptionCue> cuesFor(
  1. CaptionSource source
)

The parsed CaptionCues for caption source — synchronous by contract, so the caption layer can pick the active cue at the current frame.

Only valid after preResolveCaptions completed for source; implementations throw on an unresolved source naming it.

Implementation

List<CaptionCue> cuesFor(CaptionSource source);