StreamSwitchSmoothNode class
Signature:
export declare class StreamSwitchSmoothNode<Pins extends string> extends ProcessorMediaNode<Pins>
Extends: ProcessorMediaNode<Pins>
Methods
| Method | Modifiers | Description |
|---|---|---|
End the currently active source immediately. The engine fires a synthetic After this call, no further frames from the just-ended pin flow downstream — the engine inserts the tag into its Useful for cross-node manual cuts where the caller wants to anchor the next node’s Idempotent — calling a second time while the tag is already ended is a silent no-op (logged engine-side, no callback re-fires). No-op when there is no active source. |
||
Release held frames for a preloaded pin, allowing them to flow through with rebased timestamps.
|
||
Park the switch in a silent state and forget all internal clock and audio-transition bookkeeping. The next Use this when the switch is being parked between consumer windows — e.g. when an HSS downstream is routing to a sibling switch and this switch’s output is not on the wire. Without After this call: no output frames flow until a subsequent |
||
Switches the source used for the current output of this node |