wireplumber/lib/wp/wp.h
George Kiagiadakis 7b9e8a030e lib: add a new WpRemote base class and move the pw_remote glue into a new WpRemotePipewire
This is a cleaner way to interface with the remote pipewire daemon.
The WpRemote base class can be subclassed also for interfacing
with other daemons (hardware-specific managers, etc)
2019-06-17 20:28:06 +03:00

19 lines
398 B
C

/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
* SPDX-License-Identifier: MIT
*/
#include "core.h"
#include "endpoint.h"
#include "error.h"
#include "factory.h"
#include "module.h"
#include "policy.h"
#include "proxy.h"
#include "proxy-node.h"
#include "proxy-port.h"
#include "remote.h"
#include "remote-pipewire.h"