StreamSourceSequenceNode.appendSource() method

Append a source to the end of the sequence. The pin must be subscribed upstream (via subscribeToPins) for its frames to flow.

Signature:

appendSource(pin: Pins, transitionFromPrevious?: 'hardCutAtEof' | 'hardCutAtIdr'): void;

Parameters

Parameter Type Description

pin

Pins

transitionFromPrevious

'hardCutAtEof' | 'hardCutAtIdr'

(Optional)

Returns:

void