mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-25 00:50:04 +01:00
Simple library that uses sockets for inter-process communication. It provides an API to create server and client objects. Users can add custom handlers in the server, and clients can send requests for those custom handlers. |
||
|---|---|---|
| .. | ||
| client.c | ||
| client.h | ||
| defs.h | ||
| meson.build | ||
| private.h | ||
| protocol.c | ||
| protocol.h | ||
| receiver.c | ||
| receiver.h | ||
| sender.c | ||
| sender.h | ||
| server.c | ||
| server.h | ||
| utils.c | ||
| wpipc.h | ||