Class: shaka.media.PeriodInfo

Constructor

new PeriodInfo()

Creates a PeriodInfo.
Source:

Members

(nullable) duration :number

The period's duration, in seconds.
Type:
  • number
Source:

(nullable) id :string

Type:
  • string
Source:

start :number

Type:
  • number
Source:

(non-null) streamSetInfos :Array.<!shaka.media.StreamSetInfo>

Type:
Source:

Methods

destroy()

Destroys this PeriodInfo.
Source:

getConfigs() → (non-null) {Array.<shaka.media.StreamConfig>}

Source:
Returns:
Type
Array.<shaka.media.StreamConfig>