Class: DashTimedMetadata

  • DashTimedMetadata objects contain properties related to timed metadata in DASH streams, specifically those found within EventStream data.

  • These metadata elements adhere to the DASH Industry Forum's Event Message specification, providing structured information alongside the media content.

  • Key properties include eventElement for accessing the raw XML element, schemeIdUri for identifying the message scheme, and value to represent the region's value.

Constructor

DashTimedMetadata

new DashTimedMetadata()

Properties

eventElement

(non-null Element or undefined)

The XML element that defines the Event.

schemeIdUri

(string or undefined)

Identifies the message scheme.

value

(string or undefined)

Specifies the value for the region.