Represents one or more ranges of time, each specified by a start time and an end time.
This is equivalent to the TimeRanges interface used by an HTML video element.
Readonly
Returns the number of ranges in the object.
Returns the time for the end of the range with the given index.
Throws an Error if the index is out of bounds.
Returns the time for the start of the range with the given index.
Generated using TypeDoc
Represents one or more ranges of time, each specified by a start time and an end time.
Remarks
This is equivalent to the TimeRanges interface used by an HTML video element.