THEOplayer > EmsgCue
Inherits from TextTrackCue. See parent page for inherited properties and methods.
Represents a cue of an emsg metadata text track.
Signature:
export interface EmsgCue extends TextTrackCue
Property |
Type |
Description |
---|---|---|
|
The emsg identifier of the cue. |
|
|
The schemeIDURI of the cue. |
|
|
The SCTE 35 PID (Program Identifier) of the cue. |
The emsg identifier of the cue.
Signature:
emsgID: number;
- The identifier is unique within the scope of the period.
The schemeIDURI of the cue.
Signature:
schemeIDURI: string;
The SCTE 35 PID (Program Identifier) of the cue.
Signature:
value: string;