AI-generated Key Takeaways
-
DashTimedMetadata is a class that contains DASH-specific timed metadata properties from the EventStream property.
-
It has properties for the XML event element, scheme ID URI, and a value for the region.
-
The constructor
new DashTimedMetadata()
is used to create an instance of this class.
cast.framework. DashTimedMetadata
Contains DASH-specific timed metadata properties found in the EventStream property. https://dashif-documents.azurewebsites.net/Events/master/event.html#detailed-processing
Constructor
DashTimedMetadata
new DashTimedMetadata()
Properties
eventElement
(non-null Element or undefined)
The XML element that defines the Event.
schemeIdUri
(string or undefined)
Identifies the message scheme.
value
(string or undefined)
Specifies the value for the region.