[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 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,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).DashTimedMetadata \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\nDashTimedMetadata\n\nnew\nDashTimedMetadata()\n\nProperties\n\neventElement\n\n(non-null Element or undefined)\n\nThe XML element that defines the Event.\n\nschemeIdUri\n\n(string or undefined)\n\nIdentifies the message scheme.\n\nvalue\n\n(string or undefined)\n\nSpecifies the value for the region."]]