StreamSyncSettings interface

Settings for a StreamSync node see NorskTransform.streamSync()

Signature:

export interface StreamSyncSettings extends ProcessorNodeSettings<StreamSyncNode>

Properties

Property Type Description

maxQueueMs?

number

(Optional) Maximum duration to hold any stream in the case that one or more are running behind. In the case the late stream is delayed rather than having a large gap, this will result in discarded input frames.