From af2ae01f168d3eb1f622de0112c959e1390883e0 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sat, 20 Jul 2024 15:53:07 +0200 Subject: add audio devices and profiles --- include/private/endpoint-private.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/private/endpoint-private.h (limited to 'include/private/endpoint-private.h') diff --git a/include/private/endpoint-private.h b/include/private/endpoint-private.h new file mode 100644 index 0000000..765f4b8 --- /dev/null +++ b/include/private/endpoint-private.h @@ -0,0 +1,18 @@ +#ifndef ASTAL_WP_ENDPOINT_PRIV_H +#define ASTAL_WP_ENDPOINT_PRIV_H + +#include +#include + +#include "endpoint.h" + +G_BEGIN_DECLS + +AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer, WpPlugin *defaults); +AstalWpEndpoint *astal_wp_endpoint_init_as_default(AstalWpEndpoint *self, WpPlugin *mixer, + WpPlugin *defaults, AstalWpMediaClass type); +void astal_wp_endpoint_update_default(AstalWpEndpoint *self, gboolean is_default); + +G_END_DECLS + +#endif // !ASTAL_WP_ENDPOINT_PRIV_H -- cgit v1.2.3