tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
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
 The source channel.
 
int destChannel
 The destination channel.
 

Detailed Description

Definition at line 24 of file tracktion_ConnectedNode.h.

Member Function Documentation

◆ operator==()

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

Definition at line 29 of file tracktion_ConnectedNode.h.

Member Data Documentation

◆ destChannel

int tracktion::graph::ChannelConnection::destChannel

The destination channel.

Definition at line 27 of file tracktion_ConnectedNode.h.

◆ sourceChannel

int tracktion::graph::ChannelConnection::sourceChannel

The source channel.

Definition at line 26 of file tracktion_ConnectedNode.h.


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