|
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 sourceChannel.
| int graph::ChannelConnection::sourceChannel = -1 |
The source channel.
Referenced by graph::ConnectedNode::addAudioConnection(), and operator==().
| int graph::ChannelConnection::destChannel = -1 |
The destination channel.
Referenced by graph::ConnectedNode::addAudioConnection().