Cascading Switch
This component manages multiple A/V (audio and video) sources based on priority, allowing for the configuration of settings such as resolution, frame rate, sample rate, and channel layout.
Component Configuration
Option | Description | Required |
---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
resolution |
All video will be normalised to this resolution (default: {"width":1920,"height":1080}) |
𐄂 |
frameRate |
All video will be normalised to this frame rate (default: {"frames":25,"seconds":1}) |
𐄂 |
sampleRate |
All audio will be normalised to this sample rate (default: 48000) |
𐄂 |
channelLayout |
All audio will be normalised to this channel layout (default: "stereo") |
𐄂 |
sources |
The priority order in which the sources will be chosen when available (default: []) |
𐄂 |