Class: TimedMetadataEvent

  • TimedMetadataEvent is an event data superclass for timed metadata events where metadata is held at the manifest level.

  • The constructor for TimedMetadataEvent requires an event type and TimedMetadata information.

  • The TimedMetadataEvent object has a property timedMetadataInfo which contains the TimedMetadata.

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.