StreamSourceSequenceSettings.sources property
The ordered sequence of source pins to play. The first entry plays first; later entries activate as earlier ones reach EOF (or via the StreamSourceSequenceNode.advanceNow() trigger). May be empty at construction and appended to later via StreamSourceSequenceNode.appendSource().
Signature:
sources: {
pin: Pins;
transitionFromPrevious?: 'hardCutAtEof' | 'hardCutAtIdr';
}[];