PortConnectionsManager struct
#include <audio/port_connections_manager.h>
Port connections manager.
Contents
- Reference
Public variables
- PortConnection** connections
- Connections.
- GHashTable* src_ht
- Hashtable to speedup lookup by source port identifier.
- GHashTable* dest_ht
- Hashtable to speedup lookup by destination port identifier.
Variable documentation
GHashTable* PortConnectionsManager:: src_ht
Hashtable to speedup lookup by source port identifier.
Key: hash of source port identifier Value: A pointer to a PortConnection from PortConnectionsManager.connections.
GHashTable* PortConnectionsManager:: dest_ht
Hashtable to speedup lookup by destination port identifier.
Key: hash of destination port identifier Value: A pointer to a PortConnection from PortConnectionsManager.connections.