TracktionEngine
Public Member Functions | Public Attributes | List of all members
tracktion::graph::ChannelConnection Struct Reference

Public Member Functions

bool operator== (const ChannelConnection &o) const noexcept
 

Public Attributes

int sourceChannel = -1
 The source channel. More...
 
int destChannel = -1
 The destination channel. More...
 

Member Function Documentation

◆ operator==()

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

References destChannel, and sourceChannel.

Member Data Documentation

◆ sourceChannel

int tracktion::graph::ChannelConnection::sourceChannel = -1

◆ destChannel

int tracktion::graph::ChannelConnection::destChannel = -1

The destination channel.

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


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