Class: shaka.hls.Playlist

Constructor

new Playlist(absoluteUri, typenon-null, tagsnon-null, segmentsopt, non-null)

Creates an HLS playlist object.
Parameters:
Name Type Attributes Description
absoluteUri string An absolute, final URI after redirects.
type shaka.hls.PlaylistType
tags Array.<shaka.hls.Tag>
segments Array.<shaka.hls.Segment> <optional>
Source:

Members

(constant) absoluteUri :string

An absolute, final URI after redirects.
Type:
  • string
Source:

(constant) segments :Array.<!shaka.hls.Segment>

Type:
Source:

(constant, non-null) tags :Array.<!shaka.hls.Tag>

Type:
Source: