Class: shaka.media.StreamSetInfo

Constructor

new StreamSetInfo()

Creates a StreamSetInfo.
Source:

Members

(private, static) nextUniqueId_ :number

The next unique ID to assign to a StreamSetInfo.
Type:
  • number
Source:

contentType :string

Type:
  • string
Source:

(non-null) drmInfos :Array.<!shaka.player.DrmInfo>

The DrmInfos that are compatible with each StreamInfo.
Type:
Source:

(nullable) id :string

Type:
  • string
Source:

lang :string

Type:
  • string
Source:

main :boolean

Type:
  • boolean
Source:

(non-null) streamInfos :Array.<!shaka.media.StreamInfo>

Type:
Source:

uniqueId :number

Type:
  • number
Source:

Methods

destroy()

Destroys this StreamSetInfo.
Source:

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

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