AncillarySettings interface

Settings for an Ancillary node see NorskTransform.ancillary()

Signature:

export interface AncillarySettings extends ProcessorNodeSettings<AncillaryNode>

Properties

Property Type Description

onMetadata?

(stream: StreamKey, message: MetadataMessageEvent) ⇒ void

(Optional)

onReferenceClockAvailable?

() ⇒ void

(Optional) Called when a reference clock is available, i.e. a message with a time of "now" can be generated.

This means data arriving on a video/audio stream the ancillary node is subscribed to - such a subscription is required for "now" timestamps but not for explicitly specified timestamp values derived from input ancillary messages or other nodes.

onScte35?

(stream: StreamKey, message: Scte35MessageEvent) ⇒ void

(Optional)

onSmpte2038?

(stream: StreamKey, message: Smpte2038Message) ⇒ void

(Optional)