StreamSwitchHardSettings interface
Settings for the Hard Stream Switch see: NorskControl.streamSwitchHard()
Signature:
export interface StreamSwitchHardSettings<Pins extends string> extends ProcessorNodeSettings<StreamSwitchHardNode<Pins>>
Extends: ProcessorNodeSettings<StreamSwitchHardNode<Pins>>
Properties
Property | Type | Description |
---|---|---|
Pins |
The currently active source to display on the output |
|
number |
(Optional) Maximum duration to hold any stream in the case that one or more are running behind. In the case the late stream is delayed rather than having a large gap, this will result in discarded input frames. |
|
string |
the source name to give the output of this switch operation |