diff options
author | kotontrion <[email protected]> | 2024-08-20 10:15:16 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-08-20 10:15:16 +0200 |
commit | 339124618aa57ee7c42cf39e8172ece02e9a54db (patch) | |
tree | c30a97d9eeac82373319c34fa34b978f87292993 /include | |
parent | c898e652c9a19debc34556d4a3e5f3a1f0da76d7 (diff) |
better handling of multiple channels
Diffstat (limited to 'include')
-rw-r--r-- | include/astal/wireplumber/endpoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |