notifySegments method

void notifySegments(
  1. List<SegmentReference> startTime
)

Gives PresentationTimeline an array of segments so it can size and position the segment availability window, and account for missing segment information. These segments do not necessarily need to all be from the same stream.

Implementation

external void notifySegments(
    List<media.SegmentReference>
        startTime);