NorskControl.streamSwitchSmooth() method
Switch between multiple input sources without interruption, via a transition.
Signature:
streamSwitchSmooth<Pins extends string>(settings: StreamSwitchSmoothSettings<Pins>): Promise<StreamSwitchSmoothNode<Pins>>;
Parameters
Parameter | Type | Description |
---|---|---|
settings |
Options for the switcher |
Returns:
Promise<StreamSwitchSmoothNode<Pins>>
Find Examples
Search for examples using streamSwitchSmooth in our examples repo.