AI-generated Key Takeaways
-
TimedMetadataEvent
is a superclass for timed metadata events, differentiating fromId3Event
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 thecast.framework.TimedMetadata
type.
cast.framework.events. TimedMetadataEvent
Event data superclass for timed metadata events. This differs from Id3Event
in that the metadata is held at the manifest as opposed to segment internals.
Constructor
TimedMetadataEvent
new TimedMetadataEvent(type, timedMetadataInfo)
Parameter |
|
---|---|
type |
cast.framework.events.EventType Type of this event. Value must not be null. |
timedMetadataInfo |
The timed metadata. Value must not be null. |
Property
timedMetadataInfo
non-null cast.framework.TimedMetadata
The timed metadata information.