Class: TimedMetadata

  • TimedMetadata objects represent generic properties for timed metadata in media content.

  • These objects can contain information about the start and end times of the metadata, an ID, and specific data for DASH and HLS formats through dedicated properties.

Constructor

TimedMetadata

new TimedMetadata()

Properties

dashTimedMetadata

(non-null cast.framework.DashTimedMetadata or undefined)

Object encapsulating all DASH-specific timed metadata.

endTime

(number or undefined)

The aboslute media time (in seconds) that the timed metadata should end.

hlsTimedMetadata

(non-null cast.framework.HlsTimedMetadata or undefined)

Object encapsulating all HLS-specific timed metadata from #EXT-X-DATERANGE.

id

(string or undefined)

A string that uniquely identifies the timed metadata event.

startTime

(number or undefined)

The aboslute media time (in seconds) that the timed metadata should start.