StreamWebVttInputNode.nudge() method

Applies a nudge to the outgoing stream timestamps by the specified number of milliseconds. Unlike audio/video inputs this nudge is not gradual but abrupt, as the input is not continuous

Signature:

nudge(nudge: number): void;

Parameters

Parameter Type Description

nudge

number

Returns:

void