diff options
author | kotontrion <[email protected]> | 2024-07-22 14:29:40 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-22 14:29:40 +0200 |
commit | 4a7ecd70a476f48901391e2011490c21a1bd41a2 (patch) | |
tree | c9a996e9a492d1eb839232942287ab571ba29347 /include/astal/wireplumber/endpoint.h | |
parent | d5596c421da581479382394a6ead9bb422779564 (diff) |
add video device support
Diffstat (limited to 'include/astal/wireplumber/endpoint.h')
-rw-r--r-- | include/astal/wireplumber/endpoint.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/astal/wireplumber/endpoint.h b/include/astal/wireplumber/endpoint.h index 391fafc..dcf6601 100644 --- a/include/astal/wireplumber/endpoint.h +++ b/include/astal/wireplumber/endpoint.h @@ -16,7 +16,10 @@ 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, + ASTAL_WP_MEDIA_CLASS_VIDEO_SOURCE, + ASTAL_WP_MEDIA_CLASS_VIDEO_SINK, + ASTAL_WP_MEDIA_CLASS_VIDEO_RECORDER, + ASTAL_WP_MEDIA_CLASS_VIDEO_STREAM, } AstalWpMediaClass; void astal_wp_endpoint_update_volume(AstalWpEndpoint *self); |