From 31776f401a9ff3124ca3feb1271cd17fb751081e Mon Sep 17 00:00:00 2001 From: kotontrion Date: Fri, 19 Jul 2024 09:31:05 +0200 Subject: add default speaker/microphone objects --- include/wireplumber/wp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wireplumber/wp.h') diff --git a/include/wireplumber/wp.h b/include/wireplumber/wp.h index 7950499..94e68cc 100644 --- a/include/wireplumber/wp.h +++ b/include/wireplumber/wp.h @@ -18,6 +18,8 @@ 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); +AstalWpEndpoint* astal_wp_wp_get_default_speaker(AstalWpWp* self); +AstalWpEndpoint* astal_wp_wp_get_default_microphone(AstalWpWp* self); G_END_DECLS -- cgit v1.2.3