AI-generated Key Takeaways
-
DashTimedMetadata
objects contain properties related to timed metadata in DASH streams, specifically those found within EventStream data. -
These metadata elements adhere to the DASH Industry Forum's Event Message specification, providing structured information alongside the media content.
-
Key properties include
eventElement
for accessing the raw XML element,schemeIdUri
for identifying the message scheme, andvalue
to represent the region's value.
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.