Connection Struct Reference
Struct defining a connection between two ports.
#include <audioTypes.h>
Public Attributes | |
std::string | id |
Unique id used to identify a connection. | |
Port | originPort |
Origin port (generally a input port) | |
Port | destinationPort |
Destination port (generally a output port) | |
bool | isActive |
Specify if the connection is currently active. | |
int | priority |
priority for the connection higher is moire priority | |
std::list< std::string > | blockedBy |
list of connections id's that block the current connection (orderer by priority) | |
int | volume = dpyAudio::DEF_CONNECTION_VOLUME |
Volume of the connection. | |
int | gain = dpyAudio::DEF_CONNECTION_GAIN |
Gain of the connection. | |