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/astal/wireplumber/wp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/astal/wireplumber/wp.h') diff --git a/include/astal/wireplumber/wp.h b/include/astal/wireplumber/wp.h index 94e68cc..3b4b5e5 100644 --- a/include/astal/wireplumber/wp.h +++ b/include/astal/wireplumber/wp.h @@ -4,6 +4,7 @@ #include #include "audio.h" +#include "device.h" #include "endpoint.h" G_BEGIN_DECLS @@ -20,6 +21,8 @@ AstalWpEndpoint* astal_wp_wp_get_endpoint(AstalWpWp* self, guint id); GList* astal_wp_wp_get_endpoints(AstalWpWp* self); AstalWpEndpoint* astal_wp_wp_get_default_speaker(AstalWpWp* self); AstalWpEndpoint* astal_wp_wp_get_default_microphone(AstalWpWp* self); +AstalWpDevice* astal_wp_wp_get_device(AstalWpWp* self, guint id); +GList* astal_wp_wp_get_devices(AstalWpWp* self); G_END_DECLS -- cgit v1.2.3