PipeWire
0.3.15
|
Public Member Functions | |
struct pw_impl_link * | pw_context_create_link (struct pw_context *context, struct pw_impl_port *output, struct pw_impl_port *input, struct spa_pod *format_filter, struct pw_properties *properties, size_t user_data_size) |
Make a new link between two ports. More... | |
void | pw_impl_link_destroy (struct pw_impl_link *link) |
Destroy a link. More... | |
struct pw_impl_link * | pw_impl_link_find (struct pw_impl_port *output, struct pw_impl_port *input) |
Find the link between 2 ports. More... | |
PipeWire link object.
struct pw_impl_link * pw_context_create_link | ( | struct pw_context * | context, |
struct pw_impl_port * | output, | ||
struct pw_impl_port * | input, | ||
struct spa_pod * | format_filter, | ||
struct pw_properties * | properties, | ||
size_t | user_data_size | ||
) |
Make a new link between two ports.
context | the context object |
output | an output port |
input | an input port |
format_filter | an optional format filter |
properties | extra properties |
user_data_size | extra user data size |
void pw_impl_link_destroy | ( | struct pw_impl_link * | link | ) |
Destroy a link.
struct pw_impl_link * pw_impl_link_find | ( | struct pw_impl_port * | output, |
struct pw_impl_port * | input | ||
) |
Find the link between 2 ports.
Referenced by pw_context_create_link().