start property

Duration start
final

The beginning of the segment described relative to the beginning of the entire video. Should be shorter than or equal to end.

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 one minute.

Implementation

final Duration start;