Class: shaka.dash.mpd.SegmentUrl

Constructor

new SegmentUrl()

Source:

Members

(static, constant) TAG_NAME :string

Type:
  • string
Source:

mediaRange :shaka.dash.mpd.Range

Type:
Source:

mediaUrl :Array.<!goog.Uri>

Type:
  • Array.<!goog.Uri>
Source:

Methods

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

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

parse(parentnon-null, elemnon-null)

Parses a "SegmentUrl" tag.
Parameters:
Name Type Description
parent shaka.dash.mpd.SegmentList The parent SegmentList.
elem Node The SegmentUrl XML element.
Source: