NorskTransform.streamTimestampNudge() method

A node to nudge the timestamps on a stream, which affects how it syncs with other streams. Useful for correcting for drift between different sources.

Subsequent nudges, via the nudge method, are applied gradually.

This functionality is also provided by a nudge method on many sources.

Signature:

streamTimestampNudge(settings: StreamTimestampNudgeSettings): Promise<StreamTimestampNudgeNode>;

Parameters

Parameter Type Description

settings

StreamTimestampNudgeSettings

Initial nudge plus general node settings.

Returns:

Find Examples