ManifestConfiguration class

Annotations
  • @JS('ManifestConfiguration')

Constructors

ManifestConfiguration()

Properties

availabilityWindowOverride num
number A number, in seconds, that overrides the availability window in the manifest, or NaN if the default value should be used. This is enforced by the manifest parser, so custom manifest parsers should take care to honor this parameter.
getter/setter pair
dash DashManifestConfiguration
shaka.extern.DashManifestConfiguration Advanced parameters used by the DASH manifest parser.
getter/setter pair
defaultPresentationDelay num
number A default presentationDelay value. For DASH, it's a default presentationDelay value if suggestedPresentationDelay is missing in the MPEG DASH manifest. The default value is 1.5 * minBufferTime if not configured or set as 0. For HLS, the default value is 3 segments duration if not configured or set as 0.
getter/setter pair
disableAudio bool
boolean If true, the audio tracks are ignored. Defaults to false.
getter/setter pair
disableText bool
boolean If true, the text tracks are ignored. Defaults to false.
getter/setter pair
disableThumbnails bool
boolean If true, the image tracks are ignored. Defaults to false.
getter/setter pair
disableVideo bool
boolean If true, the video tracks are ignored. Defaults to false.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hls HlsManifestConfiguration
shaka.extern.HlsManifestConfiguration Advanced parameters used by the HLS manifest parser.
getter/setter pair
mss MssManifestConfiguration
shaka.extern.MssManifestConfiguration Advanced parameters used by the MSS manifest parser.
getter/setter pair
raiseFatalErrorOnManifestUpdateRequestFailure bool
boolean If true, manifest update request failures will cause a fatal errror. Defaults to false if not provided.
getter/setter pair
retryParameters RetryParameters
shaka.extern.RetryParameters Retry parameters for manifest requests.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentRelativeVttTiming bool
boolean Option to calculate VTT text timings relative to the segment start instead of relative to the period start (which is the default). Defaults to false.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited