TracktionEngine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
graph::ChannelConnection Struct Reference

#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.
 

Member Function Documentation

◆ operator==()

bool graph::ChannelConnection::operator== ( const ChannelConnection o) const
noexcept

References sourceChannel.

Member Data Documentation

◆ sourceChannel

int graph::ChannelConnection::sourceChannel = -1

The source channel.

Referenced by graph::ConnectedNode::addAudioConnection(), and operator==().

◆ destChannel

int graph::ChannelConnection::destChannel = -1

The destination channel.

Referenced by graph::ConnectedNode::addAudioConnection().


The documentation for this struct was generated from the following file: