Class: TimedMetadata

  • TimedMetadata provides properties for handling timed metadata in cast.framework.

  • It includes properties for DASH-specific and HLS-specific timed metadata.

  • Properties like id, startTime, and endTime define the timed metadata event.

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.