Class: TimedMetadataEvent

  • 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.

Constructor

TimedMetadataEvent

new TimedMetadataEvent(type, timedMetadataInfo)

Parameter

type

cast.framework.events.EventType

Type of this event.

Value must not be null.

timedMetadataInfo

cast.framework.TimedMetadata

The timed metadata.

Value must not be null.

Property

timedMetadataInfo

constant

non-null cast.framework.TimedMetadata

The timed metadata information.