notifyTimeRange method

void notifyTimeRange(
  1. List<TimeRange> timeline,
  2. num startOffset
)

Gives PresentationTimeline a Stream's timeline so it can size and position the segment availability window, and account for missing segment information.

Implementation

external void notifyTimeRange(List<TimeRange> timeline, num startOffset);