mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-24 22:30:03 +01:00
This class wraps a SPA monitor and creates all the devices and nodes as they are being discovered
22 lines
465 B
C
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"
|