|
PipeWire 0.3.38
|

Data Fields | |
| struct impl * | impl |
| struct sm_node * | node |
| struct device * | device |
| struct endpoint * | endpoint |
| enum pw_direction | direction |
| struct spa_list | link |
| link in impl node_list More... | |
| uint32_t | id |
| struct pw_properties * | props |
| struct spa_node * | node |
| struct sm_node * | snode |
| unsigned int | acquired:1 |
| struct sm_node * | obj |
| struct spa_hook | listener |
| unsigned char | active:1 |
| unsigned char | communication:1 |
| unsigned char | was_active:1 |
| struct pw_impl_node * | adapter |
| struct pw_proxy * | proxy |
| struct node * | peer |
| struct node * | failed_peer |
| uint32_t | client_id |
| int32_t | priority |
| uint32_t | type |
| char * | media |
| struct spa_audio_info | format |
| int | connect_count |
| int | failed_count |
| uint64_t | plugged |
| unsigned int | active:1 |
| unsigned int | exclusive:1 |
| unsigned int | enabled:1 |
| unsigned int | configured:1 |
| unsigned int | dont_remix:1 |
| unsigned int | monitor:1 |
| unsigned int | capture_sink:1 |
| unsigned int | virtual:1 |
| unsigned int | linking:1 |
| unsigned int | have_passthrough:1 |
| unsigned int | passthrough_only:1 |
| unsigned int | passthrough:1 |
| unsigned int | want_passthrough:1 |
| struct spa_source * | idle_timeout |
| struct graph * | graph |
| struct descriptor * | desc |
| char | name [256] |
| char * | config |
| 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 |
| void * | hndl [MAX_HNDL] |
| unsigned int | n_deps |
| unsigned int | visited:1 |
| unsigned int node::acquired |
| unsigned char node::active |
Referenced by pw_impl_node_destroy(), pw_impl_node_is_active(), pw_impl_node_set_active(), and pw_impl_node_set_state().
| unsigned int node::active |
| struct pw_impl_node* node::adapter |
| unsigned int node::capture_sink |
| uint32_t node::client_id |
| unsigned char node::communication |
| char* node::config |
| unsigned int node::configured |
| int node::connect_count |
| struct descriptor* node::desc |
| struct device * node::device |
| enum pw_direction node::direction |
| unsigned int node::dont_remix |
| unsigned int node::enabled |
| struct endpoint * node::endpoint |
| unsigned int node::exclusive |
| int node::failed_count |
| struct node* node::failed_peer |
| struct spa_audio_info node::format |
| struct graph* node::graph |
Referenced by spa_graph_link_signal_graph(), spa_graph_node_add(), and spa_graph_node_remove().
| unsigned int node::have_passthrough |
| void* node::hndl[MAX_HNDL] |
| uint32_t node::id |
Referenced by pw_impl_node_destroy().
| struct spa_source* node::idle_timeout |
| struct impl * node::impl |
| struct spa_list node::link |
link in impl node_list
Referenced by spa_graph_node_add(), and spa_graph_node_remove().
| unsigned int node::linking |
| struct spa_hook node::listener |
| char * node::media |
| unsigned int node::monitor |
| unsigned int node::n_deps |
| uint32_t node::n_hndl |
| char node::name[256] |
Referenced by pw_impl_node_destroy().
| struct spa_node * node::node |
| struct spa_node* node::node |
| struct sm_node * node::obj |
| unsigned int node::passthrough |
| unsigned int node::passthrough_only |
| struct node* node::peer |
| uint64_t node::plugged |
| int32_t node::priority |
| struct pw_properties * node::props |
| struct pw_proxy * node::proxy |
| struct sm_node * node::snode |
| uint32_t node::type |
| unsigned int node::virtual |
| unsigned int node::visited |
| unsigned int node::want_passthrough |
| unsigned char node::was_active |