InspectSubtitlesSettings interface

Settings to subtitles inspect node see NorskInspect.subtitles()

Signature:

export interface InspectSubtitlesSettings extends SinkNodeSettings<InspectSubtitlesNode>

Properties

Property Type Description

onCue?

(cue: { streamKey: StreamKey; startTimestamp: Interval; endTimestamp: Interval; text: string; }) ⇒ void

(Optional) Callback to observe subtitle cues in the subscribed stream.

Timestamps are not directly related to cue timings, but Norsk timestamps as per timestamp report.