PipeWire
0.3.33
|
Data Fields | |
struct spa_list | link |
link in impl node_list More... | |
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 impl * | impl |
enum pw_direction | direction |
struct device * | device |
uint32_t | id |
struct pw_properties * | props |
struct spa_node * | node |
struct sm_node * | snode |
unsigned int | acquired:1 |
struct sm_node * | node |
struct endpoint * | endpoint |
struct pw_impl_node * | adapter |
struct sm_node * | obj |
struct spa_hook | listener |
unsigned char | active:1 |
unsigned char | communication:1 |
char * | media |
struct spa_audio_info | format |
struct node * | peer |
struct node * | failed_peer |
uint32_t | client_id |
int32_t | priority |
uint32_t | type |
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 |
struct pw_proxy * | proxy |
struct spa_source * | idle_timeout |
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 |
unsigned int node::configured |
int node::connect_count |
struct ladspa_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().
LADSPA_Handle 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 sm_node* node::node |
struct spa_node * node::node |
struct sm_node * node::obj |
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 |