From 339124618aa57ee7c42cf39e8172ece02e9a54db Mon Sep 17 00:00:00 2001 From: kotontrion Date: Tue, 20 Aug 2024 10:15:16 +0200 Subject: better handling of multiple channels --- include/astal/wireplumber/endpoint.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/astal/wireplumber/endpoint.h b/include/astal/wireplumber/endpoint.h index 6ae8b94..6ef0329 100644 --- a/include/astal/wireplumber/endpoint.h +++ b/include/astal/wireplumber/endpoint.h @@ -26,6 +26,8 @@ void astal_wp_endpoint_set_volume(AstalWpEndpoint *self, gdouble volume); void astal_wp_endpoint_set_mute(AstalWpEndpoint *self, gboolean mute); gboolean astal_wp_endpoint_get_is_default(AstalWpEndpoint *self); void astal_wp_endpoint_set_is_default(AstalWpEndpoint *self, gboolean is_default); +gboolean astal_wp_endpoint_get_lock_channels(AstalWpEndpoint *self); +void astal_wp_endpoint_set_lock_channels(AstalWpEndpoint *self, gboolean lock_channels); AstalWpMediaClass astal_wp_endpoint_get_media_class(AstalWpEndpoint *self); guint astal_wp_endpoint_get_id(AstalWpEndpoint *self); -- cgit v1.2.3