end property

Duration end
final

The end of the segment described as a duration relative to the beginning of the entire video. This is expected to be non-null and longer than or equal to start.

For example, if the entire video is 4 minutes long and the range is from 1:00-2:00, this should be a Duration of two minutes.

Implementation

final Duration end;