|
PipeWire
0.3.31
|
Data Fields | |
| struct spa_list | link |
| struct graph * | graph |
| struct ladspa_descriptor * | desc |
| char | name [256] |
| struct port | input_port [MAX_PORTS] |
| struct port | output_port [MAX_PORTS] |
| struct port | control_port [MAX_PORTS] |
| struct port | notify_port [MAX_PORTS] |
| uint32_t | n_hndl |
| LADSPA_Handle | hndl [MAX_HNDL] |
| unsigned int | n_deps |
| unsigned int | visited:1 |
| struct ladspa_descriptor* node::desc |
| struct graph* node::graph |
Referenced by spa_graph_link_signal_graph(), spa_graph_node_add(), and spa_graph_node_remove().
| LADSPA_Handle node::hndl[MAX_HNDL] |
| struct spa_list node::link |
Referenced by spa_graph_node_add(), and spa_graph_node_remove().
| unsigned int node::n_deps |
| uint32_t node::n_hndl |
| char node::name[256] |
Referenced by pw_impl_node_destroy().
| unsigned int node::visited |