Class: shaka.dash.mpd.SegmentBase

Constructor

new SegmentBase()

Source:

Members

(static, constant) TAG_NAME :string

Type:
  • string
Source:

baseUrl :Array.<!goog.Uri>

This not an actual XML attribute of SegmentBase. It is inherited from the SegmentBase's parent Representation.
Type:
  • Array.<!goog.Uri>
Source:

indexRange :shaka.dash.mpd.Range

Type:
Source:

initialization :shaka.dash.mpd.Initialization

Type:
Source:

(nullable) presentationTimeOffset :number

Type:
  • number
Source:

representationIndex :shaka.dash.mpd.RepresentationIndex

Type:
Source:

(nullable) timescale :number

Type:
  • number
Source:

Methods

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

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

parse(parent, elemnon-null)

Parses a "SegmentBase" tag.
Parameters:
Name Type Description
parent * The parent object.
elem Node The SegmentBase XML element.
Source: