NorskControl.streamSwitchHard() method

Switch between multiple input sources via a hard cut. May be used to switch between sources of possibly different configurations or without decoding.

Signature:

streamSwitchHard<Pins extends string>(settings: StreamSwitchHardSettings<Pins>): Promise<StreamSwitchHardNode<Pins>>;

Parameters

Parameter Type Description

settings

StreamSwitchHardSettings<Pins>

Options for the switcher

Returns:

Promise<StreamSwitchHardNode<Pins>>

Find Examples