mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
A module is a shared library existing in, or a subdirectory of, the
module directory. The directory is by default
${libdir}/pinos-$(MAJORMINOR)/modules, but can be specified with
--with-module-dir=PATH when running configure. It is also possible to
override the module directory runtime with the environment variable
PINOS_MODULE_DIR, which is a list of directories separated with ":".
|
||
|---|---|---|
| .. | ||
| client-node.c | ||
| client-node.h | ||
| client.c | ||
| client.h | ||
| daemon.c | ||
| daemon.h | ||
| link.c | ||
| link.h | ||
| module.c | ||
| module.h | ||
| node-factory.c | ||
| node-factory.h | ||
| node.c | ||
| node.h | ||
| port.c | ||
| port.h | ||