|
PipeWire 0.3.38
|

Data Fields | |
| struct spa_list | link |
| struct node * | node |
| uint32_t | idx |
| unsigned long | p |
| struct spa_list | link_list |
| uint32_t | n_links |
| uint32_t | external |
| float | control_data |
| float * | audio_data [MAX_HNDL] |
| struct spa_node * | node |
| enum spa_direction | direction |
| uint32_t | port_id |
| struct filter * | filter |
| uint32_t | id |
| uint32_t | flags |
| struct pw_port * | port |
| struct pw_properties * | props |
| uint32_t | change_mask_all |
| struct spa_port_info | info |
| struct spa_list | param_list |
| struct spa_param_info | params [N_PORT_PARAMS] |
| struct spa_io_buffers * | io |
| struct buffer | buffers [MAX_BUFFERS] |
| uint32_t | n_buffers |
| struct queue | dequeued |
| struct queue | queued |
| struct spa_latency_info | latency [2] |
| uint8_t | user_data [0] |
| float* port::audio_data[MAX_HNDL] |
| struct buffer port::buffers[MAX_BUFFERS] |
Referenced by pw_buffers_clear().
| uint32_t port::change_mask_all |
| float port::control_data |
| struct queue port::dequeued |
| enum spa_direction port::direction |
| uint32_t port::external |
| struct filter* port::filter |
Referenced by pw_filter_dequeue_buffer(), pw_filter_queue_buffer(), and pw_filter_remove_port().
| uint32_t port::flags |
Referenced by pw_impl_port_set_param(), and spa_graph_port_init().
| uint32_t port::id |
Referenced by pw_filter_remove_port(), and pw_impl_link_register().
| uint32_t port::idx |
| struct spa_port_info port::info |
Referenced by pw_filter_update_properties(), pw_impl_port_get_info(), and pw_impl_port_recalc_latency().
| struct spa_io_buffers* port::io |
Referenced by pw_impl_port_set_mix().
| struct spa_latency_info port::latency[2] |
Referenced by pw_impl_port_recalc_latency().
| struct spa_list port::link |
Referenced by pw_filter_remove_port(), spa_graph_port_add(), and spa_graph_port_remove().
| struct spa_list port::link_list |
| uint32_t port::n_buffers |
| uint32_t port::n_links |
| struct node* port::node |
| struct spa_node* port::node |
| unsigned long port::p |
| struct spa_list port::param_list |
| struct spa_param_info port::params[N_PORT_PARAMS] |
| struct pw_port* port::port |
Referenced by pw_filter_update_params(), and pw_impl_port_set_mix().
| uint32_t port::port_id |
| struct pw_properties* port::props |
Referenced by pw_filter_get_properties(), and pw_filter_update_properties().
| struct queue port::queued |
| uint8_t port::user_data[0] |