diff options
Diffstat (limited to 'include/astal/wireplumber/endpoint.h')
-rw-r--r-- | include/astal/wireplumber/endpoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/astal/wireplumber/endpoint.h b/include/astal/wireplumber/endpoint.h index 269551b..391fafc 100644 --- a/include/astal/wireplumber/endpoint.h +++ b/include/astal/wireplumber/endpoint.h @@ -16,6 +16,7 @@ typedef enum { ASTAL_WP_MEDIA_CLASS_AUDIO_SPEAKER, ASTAL_WP_MEDIA_CLASS_AUDIO_RECORDER, ASTAL_WP_MEDIA_CLASS_AUDIO_STREAM, + ASTAL_WP_MEDIA_CLASS_AUDIO_DEVICE, } AstalWpMediaClass; void astal_wp_endpoint_update_volume(AstalWpEndpoint *self); @@ -29,6 +30,8 @@ gboolean astal_wp_endpoint_get_mute(AstalWpEndpoint *self); gdouble astal_wp_endpoint_get_volume(AstalWpEndpoint *self); const gchar *astal_wp_endpoint_get_description(AstalWpEndpoint *self); void astal_wp_endpoint_set_is_default(AstalWpEndpoint *self, gboolean is_default); +const gchar *astal_wp_endpoint_get_name(AstalWpEndpoint *self); +const gchar *astal_wp_endpoint_get_icon_name(AstalWpEndpoint *self); G_END_DECLS |