Interface TextMetadataCue

Contains text timed metadata from the stream.

Hierarchy

  • Cue
    • TextMetadataCue

Properties

description: string

The description for the cue.

endTime: number

The time when the cue should be cleared.

owner: string

The source of the cue, either RTMP inband or HTTP out of band.

startTime: number

The time when the cue should be displayed.

text: string

The text information for the cue.

type: "TextMetadataCue"

Generated using TypeDoc