Contient les propriétés de métadonnées temporelles spécifiques à DASH trouvées dans la propriété EventStream.
https://dashif-documents.azurewebsites.net/Events/master/event.html#detailed-processing
Constructeur
DashTimedMetadata
Nouveau
DashTimedMetadata()
Propriétés
eventElement
(élément non nul ou non défini)
Élément XML qui définit l'événement.
schemeIdUri
(chaîne ou non défini)
Identifie le schéma du message.
valeur
(chaîne ou non défini)
Spécifie la valeur de la région.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 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,["# 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."]]