PipeWire
0.3.33
|
Data Fields | |
struct impl * | impl |
struct spa_list | node_list |
struct spa_list | link_list |
uint32_t | n_input |
struct graph_port | input [MAX_PORTS] |
uint32_t | n_output |
struct graph_port | output [MAX_PORTS] |
uint32_t | n_hndl |
struct graph_hndl | hndl [MAX_HNDL] |
uint32_t | n_control |
struct port * | control_port [MAX_CONTROLS] |
LADSPA_Data | silence_data [MAX_SAMPLES] |
LADSPA_Data | discard_data [MAX_SAMPLES] |
struct port* graph::control_port[MAX_CONTROLS] |
LADSPA_Data graph::discard_data[MAX_SAMPLES] |
struct graph_hndl graph::hndl[MAX_HNDL] |
struct impl* graph::impl |
Referenced by pipewire__module_init().
struct graph_port graph::input[MAX_PORTS] |
struct spa_list graph::link_list |
uint32_t graph::n_control |
uint32_t graph::n_hndl |
uint32_t graph::n_input |
uint32_t graph::n_output |
struct spa_list graph::node_list |
struct graph_port graph::output[MAX_PORTS] |
LADSPA_Data graph::silence_data[MAX_SAMPLES] |