PipeWire
0.1.4
|
Macros | |
#define | MAX_BUFFERS 16 |
Functions | |
bool | pw_link_activate (struct pw_link *this) |
bool | pw_link_deactivate (struct pw_link *this) |
struct pw_link * | pw_link_new (struct pw_core *core, struct pw_global *parent, struct pw_port *output, struct pw_port *input, struct spa_format *format_filter, struct pw_properties *properties, char **error, size_t user_data_size) |
void | pw_link_destroy (struct pw_link *link) |
void | pw_link_add_listener (struct pw_link *link, struct spa_hook *listener, const struct pw_link_events *events, void *data) |
struct pw_link * | pw_link_find (struct pw_port *output_port, struct pw_port *input_port) |
struct pw_core * | pw_link_get_core (struct pw_link *link) |
void * | pw_link_get_user_data (struct pw_link *link) |
const struct pw_link_info * | pw_link_get_info (struct pw_link *link) |
struct pw_global * | pw_link_get_global (struct pw_link *link) |
Get the global of the link. More... | |
struct pw_port * | pw_link_get_output (struct pw_link *link) |
Get the output port of the link. More... | |
struct pw_port * | pw_link_get_input (struct pw_link *link) |
Get the input port of the link. More... | |
void | pw_link_inc_idle (struct pw_link *link) |
Indicate that linked nodes can be idle even when linked with this link. More... | |
#define MAX_BUFFERS 16 |
bool pw_link_activate | ( | struct pw_link * | this | ) |
References pw_work_queue_add().
void pw_link_add_listener | ( | struct pw_link * | link, |
struct spa_hook * | listener, | ||
const struct pw_link_events * | events, | ||
void * | data | ||
) |
References pw_link::listener_list.
bool pw_link_deactivate | ( | struct pw_link * | this | ) |
References pw_loop_invoke.
Referenced by pw_link_destroy().
void pw_link_destroy | ( | struct pw_link * | link | ) |
References pw_link::input, pw_port::links, and pw_link::output_link.
Referenced by pw_link_new().
References pw_link::core.
Get the global of the link.
References pw_link::global.
const struct pw_link_info* pw_link_get_info | ( | struct pw_link * | link | ) |
References pw_link::info.
Get the input port of the link.
References pw_link::input.
Get the output port of the link.
References pw_link::output.
void* pw_link_get_user_data | ( | struct pw_link * | link | ) |
References pw_link::user_data.
void pw_link_inc_idle | ( | struct pw_link * | link | ) |
Indicate that linked nodes can be idle even when linked with this link.
References pw_node::idle_used_input_links, pw_node::idle_used_output_links, pw_link::input, pw_port::node, and pw_link::output.
struct pw_link* pw_link_new | ( | struct pw_core * | core, |
struct pw_global * | parent, | ||
struct pw_port * | output, | ||
struct pw_port * | input, | ||
struct spa_format * | format_filter, | ||
struct pw_properties * | properties, | ||
char ** | error, | ||
size_t | user_data_size | ||
) |
References pw_node::clock, pw_node::core, pw_node::data_loop, pw_node::global, pw_global::id, pw_node::info, pw_protocol::link, pw_core::link_list, pw_port::links, pw_node::listener_list, pw_node::live, pw_core::main_loop, pw_port::node, pw_port::port_id, pw_node::properties, PW_DIRECTION_INPUT, PW_DIRECTION_OUTPUT, pw_link_find(), PW_LINK_STATE_INIT, pw_loop_invoke, pw_node_add_listener(), pw_port_add_listener(), pw_work_queue_new(), pw_node::resource_list, pw_node::rt, impl::this, and pw_node::user_data.