NorskTransform.streamSync() method

Sync multiple streams together by timestamps, queuing frames from streams that are behind the others. This is already included in most nodes, especially outputs.

Signature:

streamSync(settings: StreamSyncSettings): Promise<StreamSyncNode>;
typescript

Parameters

Parameter Type Description

settings

StreamSyncSettings

Returns:

Promise<StreamSyncNode>

Find Examples