Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MetadataType

The supported types of timed metadata.

Index

Enumeration members

Enumeration members

CAST

CAST: = "CAST"

Used for custom messages between the sender and the remote receiver, such as a Chromecast receiver app. Refer to PlayerAPI.addMetadata for details.

CUETAG

CUETAG: = "CUETAG"

HLS #EXT-X-CUE-OUT, #EXT-X-CUE-OUT-CONT and #EXT-X-CUE-IN tags are surfaced with this type.

CUSTOM

CUSTOM: = "CUSTOM"

All custom, i.e. unknown/unsupported HLS tags are surfaced with this type.

EMSG

EMSG: = "EMSG"

EMSG data from MP4 container formats are surfaced with this type. See MetadataType.ID3 for the MPEG-2 TS equivalent.

EVENT_STREAM

EVENT_STREAM: = "EVENT-STREAM"

DASH EventStream events (also known as MPD Events) are surfaced with this type.

ID3

ID3: = "ID3"

ID3 tags from MPEG-2 Transport Stream container formats are surfaced with this type. See MetadataType.EMSG for the MP4 equivalent.

SCTE

SCTE: = "SCTE"

HLS #EXT-X-SCTE35 tags are surfaced with this type.

Generated using TypeDoc