| PipeWire
    0.2.7
    | 
| Macros | |
| #define | MAX_BUFFERS 16 | 
| Functions | |
| int | pw_link_activate (struct pw_link *this) | 
| int | pw_link_deactivate (struct pw_link *this) | 
| SPA_EXPORT struct pw_link * | pw_link_new (struct pw_core *core, struct pw_port *output, struct pw_port *input, struct spa_pod *format_filter, struct pw_properties *properties, char **error, size_t user_data_size) | 
| SPA_EXPORT int | pw_link_register (struct pw_link *link, struct pw_client *owner, struct pw_global *parent, struct pw_properties *properties) | 
| Finish link configuration and register.  More... | |
| SPA_EXPORT void | pw_link_destroy (struct pw_link *link) | 
| SPA_EXPORT void | pw_link_add_listener (struct pw_link *link, struct spa_hook *listener, const struct pw_link_events *events, void *data) | 
| Add an event listener to link.  More... | |
| SPA_EXPORT struct pw_link * | pw_link_find (struct pw_port *output_port, struct pw_port *input_port) | 
| SPA_EXPORT struct pw_core * | pw_link_get_core (struct pw_link *link) | 
| Get the core of a link.  More... | |
| SPA_EXPORT void * | pw_link_get_user_data (struct pw_link *link) | 
| Get the user_data of a link, the size of the memory is given when constructing the link.  More... | |
| SPA_EXPORT const struct pw_link_info * | pw_link_get_info (struct pw_link *link) | 
| Get the link info.  More... | |
| SPA_EXPORT struct pw_global * | pw_link_get_global (struct pw_link *link) | 
| Get the global of the link.  More... | |
| SPA_EXPORT struct pw_port * | pw_link_get_output (struct pw_link *link) | 
| Get the output port of the link.  More... | |
| SPA_EXPORT struct pw_port * | pw_link_get_input (struct pw_link *link) | 
| Get the input port of the link.  More... | |
| #define MAX_BUFFERS 16 | 
| int pw_link_activate | ( | struct pw_link * | this | ) | 
References pw_log::pw_log_debug(), and pw_work_queue::pw_work_queue_add().
| SPA_EXPORT void pw_link_add_listener | ( | struct pw_link * | link, | 
| struct spa_hook * | listener, | ||
| const struct pw_link_events * | events, | ||
| void * | data | ||
| ) | 
Add an event listener to link.
References pw_log::pw_log_debug().
| int pw_link_deactivate | ( | struct pw_link * | this | ) | 
References pw_log::pw_log_debug(), and pw_loop_invoke.
Referenced by pw_link_destroy().
| SPA_EXPORT void pw_link_destroy | ( | struct pw_link * | link | ) | 
References pw_link_deactivate(), and pw_log::pw_log_debug().
| SPA_EXPORT struct pw_link* pw_link_find | ( | struct pw_port * | output_port, | 
| struct pw_port * | input_port | ||
| ) | 
Get the global of the link.
| SPA_EXPORT const struct pw_link_info* pw_link_get_info | ( | struct pw_link * | link | ) | 
Get the link info.
Get the input port of the link.
Get the output port of the link.
| SPA_EXPORT void* pw_link_get_user_data | ( | struct pw_link * | link | ) | 
Get the user_data of a link, the size of the memory is given when constructing the link.
| SPA_EXPORT struct pw_link* pw_link_new | ( | struct pw_core * | core, | 
| struct pw_port * | output, | ||
| struct pw_port * | input, | ||
| struct spa_pod * | format_filter, | ||
| struct pw_properties * | properties, | ||
| char ** | error, | ||
| size_t | user_data_size | ||
| ) | 
References pw_link::pw_link_find().
| SPA_EXPORT int pw_link_register | ( | struct pw_link * | link, | 
| struct pw_client * | owner, | ||
| struct pw_global * | parent, | ||
| struct pw_properties * | properties | ||
| ) | 
Finish link configuration and register.
| link | the link to register | 
| owner | optional link owner | 
| parent | parent global | 
| properties | extra properties | 
References pw_global_add_listener(), pw_global::pw_global_new(), pw_properties::pw_properties_new(), pw_properties::pw_properties_setf(), and PW_VERSION_LINK.