Constructor
new ManifestInfo()
Creates a ManifestInfo, which is a manifest-format-agnostic description of
the content.
- Source:
Members
-
(nullable) availabilityStartTime :number
-
Type:
- number
- Source:
-
live :boolean
-
Type:
- boolean
- Source:
-
minBufferTime :number
-
Type:
- number
- Source:
-
(non-null) periodInfos :Array.<!shaka.media.PeriodInfo>
-
Type:
- Array.<!shaka.media.PeriodInfo>
- Source:
-
(nullable) updatePeriod :number
-
The interval, in seconds, to poll the media server for an updated manifest, or null if updates are not required.
Type:
- number
- Source:
-
updateUrl :shaka.util.FailoverUri
-
The location of the updated manifest, if any.
Type:
- Source:
Methods
-
destroy()
-
Destroys this ManifestInfo.
- Source: