StreamSwitchSmoothSettings interface

Settings for the Smooth Source Switch see NorskControl.streamSwitchSmooth()

Signature:

export interface StreamSwitchSmoothSettings<Pins extends string> extends ProcessorNodeSettings<StreamSwitchSmoothNode<Pins>>

Properties

Property Type Description

activeSource?

Pins

(Optional) The presently active source being used to generate output for this node

outputResolution

Resolution

The constant resolution that all output video will be scaled to

outputSource

string

The source name given to the output of this node

sampleRate

SampleRate

The constant samplerate that all output audio will be resampled to

transitionDurationMs?

number

(Optional) How many milliseconds to use for the fade operation between two sources