Contains DASH-specific timed metadata properties found in the EventStream
property.
https://dashif-documents.azurewebsites.net/Events/master/event.html#detailed-processing
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eDashTimedMetadata\u003c/code\u003e objects contain properties related to timed metadata in DASH streams, specifically those found within EventStream data.\u003c/p\u003e\n"],["\u003cp\u003eThese metadata elements adhere to the DASH Industry Forum's Event Message specification, providing structured information alongside the media content.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eeventElement\u003c/code\u003e for accessing the raw XML element, \u003ccode\u003eschemeIdUri\u003c/code\u003e for identifying the message scheme, and \u003ccode\u003evalue\u003c/code\u003e to represent the region's value.\u003c/p\u003e\n"]]],["The `DashTimedMetadata` class contains properties related to DASH (Dynamic Adaptive Streaming over HTTP) timed metadata, specifically found within the EventStream. Key properties include `eventElement`, an XML element defining the event; `schemeIdUri`, which identifies the message scheme; and `value`, specifying the region's value. This class is designed for parsing and handling event data as defined in the DASH standard's EventStream specification. A constructor function `DashTimedMetadata` is provided.\n"],null,["# Class: DashTimedMetadata\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).DashTimedMetadata\n====================================================================================\n\nclass static\n\nContains DASH-specific timed metadata properties found in the EventStream\nproperty.\nhttps://dashif-documents.azurewebsites.net/Events/master/event.html#detailed-processing\n\nConstructor\n-----------\n\n### DashTimedMetadata\n\nnew\nDashTimedMetadata()\n\nProperties\n----------\n\n### eventElement\n\n(non-null Element or undefined)\n\nThe XML element that defines the Event.\n\n### schemeIdUri\n\n(string or undefined)\n\nIdentifies the message scheme.\n\n### value\n\n(string or undefined)\n\nSpecifies the value for the region."]]