MssManifestConfiguration class
- Annotations
-
- @JS('MssManifestConfiguration')
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
keySystemsBySystemId
↔ JSObject
-
Object.<string, string> A map of system id to key system name. Defaults to default key systems mapping handled by Shaka.
getter/setter pair
-
manifestPreprocessor
↔ JSFunction
-
function Called immediately after the MSS manifest has been parsed into an XMLDocument. Provides a way for applications to perform efficient preprocessing of the manifest.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sequenceMode
↔ bool
-
boolean If true, the media segments are appended to the SourceBuffer in "sequence mode" (ignoring their internal timestamps). 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