From 9eb113163187e1eec0d2e0ac763cd9eeb45cc9ae Mon Sep 17 00:00:00 2001 From: kotontrion Date: Thu, 18 Jul 2024 17:43:56 +0200 Subject: add Audio object and default nodes api --- include/wireplumber/wp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/wireplumber/wp.h') diff --git a/include/wireplumber/wp.h b/include/wireplumber/wp.h index 61c3d87..7950499 100644 --- a/include/wireplumber/wp.h +++ b/include/wireplumber/wp.h @@ -3,6 +3,7 @@ #include +#include "audio.h" #include "endpoint.h" G_BEGIN_DECLS @@ -14,7 +15,9 @@ G_DECLARE_FINAL_TYPE(AstalWpWp, astal_wp_wp, ASTAL_WP, WP, GObject) AstalWpWp* astal_wp_wp_get_default(); AstalWpWp* astal_wp_get_default_wp(); +AstalWpAudio* astal_wp_wp_get_audio(); AstalWpEndpoint* astal_wp_wp_get_endpoint(AstalWpWp* self, guint id); +GList* astal_wp_wp_get_endpoints(AstalWpWp* self); G_END_DECLS -- cgit v1.2.3