|
PipeWire 0.3.38
|

Data Fields | |
| struct spa_list | link |
| int | ref |
| struct plugin * | plugin |
| char | label [256] |
| const struct fc_descriptor * | desc |
| uint32_t | n_input |
| uint32_t | n_output |
| uint32_t | n_control |
| uint32_t | n_notify |
| unsigned long | input [MAX_PORTS] |
| unsigned long | output [MAX_PORTS] |
| unsigned long | control [MAX_PORTS] |
| unsigned long | notify [MAX_PORTS] |
| float | default_control [MAX_PORTS] |
| unsigned long descriptor::control[MAX_PORTS] |
| float descriptor::default_control[MAX_PORTS] |
| const struct fc_descriptor* descriptor::desc |
| unsigned long descriptor::input[MAX_PORTS] |
| char descriptor::label[256] |
| struct spa_list descriptor::link |
| uint32_t descriptor::n_control |
| uint32_t descriptor::n_input |
| uint32_t descriptor::n_notify |
| uint32_t descriptor::n_output |
| unsigned long descriptor::notify[MAX_PORTS] |
| unsigned long descriptor::output[MAX_PORTS] |
| struct plugin* descriptor::plugin |
| int descriptor::ref |