AncillarySettings interface
Settings for an Ancillary node see NorskTransform.ancillary()
Signature:
export interface AncillarySettings extends ProcessorNodeSettings<AncillaryNode>Extends: ProcessorNodeSettings<AncillaryNode>
Properties
| Property | Type | Description | 
|---|---|---|
| (stream: StreamKey, message: MetadataMessageEvent) ⇒ void | (Optional) | |
| () ⇒ 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. | |
| (stream: StreamKey, message: Scte35MessageEvent) ⇒ void | (Optional) | |
| (stream: StreamKey, message: Smpte2038Message) ⇒ void | (Optional) |