notifyMaxSegmentDuration method

void notifyMaxSegmentDuration(
  1. num maxSegmentDuration
)

Gives PresentationTimeline a Stream's maximum segment duration so it can size and position the segment availability window. This function should be called once for each Stream (no more, no less), but does not have to be called if notifySegments() is called instead for a particular stream.

Implementation

external void notifyMaxSegmentDuration(num maxSegmentDuration);