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.
uint sourceBusIndex
 The bus index of the source node.
uint destBusIndex
 The bus index of the destination node.
AudioBusFormat * sourceBusFormat
 The audio bus format of the source node.
AudioBusFormat * destBusFormat
 The audio bus format of the destination node.

Detailed Description

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

AudioGraphNodeConnection class.