Superclase de datos de eventos para eventos de metadatos temporizados. Esto difiere de Id3Event en que los metadatos se conservan en el manifiesto y no en los componentes internos de los segmentos.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2023-12-01 (UTC)"],[[["`TimedMetadataEvent` is a superclass for timed metadata events, differentiating from `Id3Event` by holding metadata at the manifest level instead of within segments."],["It includes a constructor that takes the event type and timed metadata information as parameters."],["The `timedMetadataInfo` property provides access to the associated timed metadata information, ensuring it's always available and of the `cast.framework.TimedMetadata` type."]]],["The `TimedMetadataEvent` class is the event data superclass for timed metadata events, where metadata is stored in the manifest, unlike `Id3Event`. It is constructed with the event `type` and `timedMetadataInfo`. `timedMetadataInfo`, a constant property, holds the non-null `TimedMetadata` information. The constructor takes the event type (from `cast.framework.events.EventType`) and the timed metadata as parameters, both of which must be non-null.\n"]]