THEOplayer > EventStreamCue
Inherits from TextTrackCue. See parent page for inherited properties and methods.
Represents a cue of an Event Stream metadata text track.
Signature:
export interface EventStreamCue extends TextTrackCue
Property |
Type |
Description |
---|---|---|
|
The attributes of the cue. |
|
|
The identifier of the event. |
The attributes of the cue.
Signature:
attributes: {
[attributeName: string]: string;
};
- The attributes are parsed from the XML tags in the manifest, where the tag names are the keys and the values are the contents of the respective tags.
The identifier of the event.
Signature:
eventID: string;