Switchboard SDK
Loading...
Searching...
No Matches
switchboard::AudioGraphNodeConnection Struct Reference

Represents a connection between two audio nodes in the AudioGraph class. More...

#include <AudioGraphNodeConnection.hpp>

Public Attributes

uint sourceNode
 ID of source node.
 
uint destNode
 ID of destination node.
 
std::optional< uint > sourceBusIndex
 The bus index of the source node.
 
std::optional< uint > destBusIndex
 The bus index of the destination node.
 
AudioBusFormatsourceBusFormat
 The audio bus format of the source node.
 
AudioBusFormatdestBusFormat
 The audio bus format of the destination node.
 

Detailed Description

Represents a connection between two audio nodes in the AudioGraph class.

AudioGraphNodeConnection class.