Lớp cao cấp dữ liệu sự kiện cho các sự kiện siêu dữ liệu được tính giờ. Biểu mẫu này khác với Id3Event ở chỗ siêu dữ liệu được lưu tại tệp kê khai thay vì nội bộ trong phân đoạn.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]