PipeWire  0.3.32
PipeWire Modules

A PipeWire module is effectively a client provided in a .so file that shares the PipeWire Context with the loading entity.

Usually modules are loaded when they are listed in the configuration files.

A module's entry point is the pipewire__module_init function, see PIPEWIRE_SYMBOL_MODULE_INIT.

int pipewire__module_init(struct pw_impl_module *module, const char *args).`
static uint32_t int int const char va_list args
Definition: core.h:330
SPA_EXPORT int pipewire__module_init(struct pw_impl_module *module, const char *args)
Definition: module-access.c:358

List of known modules: