Klasa nadrzędna danych zdarzenia na potrzeby zdarzeń metadanych ograniczonych czasowo. Różni się to od metadanych Id3Event tym, że metadane są przechowywane w pliku manifestu, a nie w elemencie wewnętrznym segmentu.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eTimedMetadataEvent\u003c/code\u003e is a superclass for timed metadata events, differentiating from \u003ccode\u003eId3Event\u003c/code\u003e by holding metadata at the manifest level instead of within segments.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a constructor that takes the event type and timed metadata information as parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etimedMetadataInfo\u003c/code\u003e property provides access to the associated timed metadata information, ensuring it's always available and of the \u003ccode\u003ecast.framework.TimedMetadata\u003c/code\u003e type.\u003c/p\u003e\n"]]],["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"],null,[]]