Class: shaka.dash.mpd.SegmentTimeline

Constructor

new SegmentTimeline()

Source:

Members

(static, constant) TAG_NAME :string

Type:
  • string
Source:

(non-null) timePoints :Array.<!shaka.dash.mpd.SegmentTimePoint>

Type:
Source:

Methods

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

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

parse(parentnon-null, elemnon-null)

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