Class: shaka.dash.mpd.Range

Constructor

new Range(begin, end)

Creates a Range.
Parameters:
Name Type Description
begin number The beginning of the range.
end number The end of the range.
Source:

Members

(constant) begin :number

Type:
  • number
Source:

(constant) end :number

Type:
  • number
Source:

Methods

clone() → (non-null) {shaka.dash.mpd.Range}

Creates a deep copy of this Range.
Source:
Returns:
Type
shaka.dash.mpd.Range