TracktionEngine
|
#include <tracktion_ConnectedNode.h>
Public Member Functions | |
bool | operator== (const ChannelConnection &o) const noexcept |
Public Attributes | |
int | sourceChannel = -1 |
The source channel. | |
int | destChannel = -1 |
The destination channel. | |
|
noexcept |
References destChannel, and sourceChannel.
int tracktion::graph::ChannelConnection::sourceChannel = -1 |
The source channel.
Referenced by tracktion::graph::ConnectedNode::addAudioConnection(), and operator==().
int tracktion::graph::ChannelConnection::destChannel = -1 |
The destination channel.
Referenced by tracktion::graph::ConnectedNode::addAudioConnection(), and operator==().