wireplumber/lib/wp/wp.h
George Kiagiadakis 302e991b28 monitor: add a new WpMonitor class
This class wraps a SPA monitor and creates all
the devices and nodes as they are being discovered
2019-09-17 16:35:14 +03:00

22 lines
465 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 "monitor.h"
#include "policy.h"
#include "properties.h"
#include "proxy.h"
#include "proxy-client.h"
#include "proxy-link.h"
#include "proxy-node.h"
#include "proxy-port.h"
#include "wpenums.h"