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. | |
AudioBusFormat * | sourceBusFormat |
The audio bus format of the source node. | |
AudioBusFormat * | destBusFormat |
The audio bus format of the destination node. | |
Represents a connection between two audio nodes in the AudioGraph class.
AudioGraphNodeConnection class.