diff options
author | kotontrion <[email protected]> | 2024-07-19 09:31:05 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-19 09:31:05 +0200 |
commit | 31776f401a9ff3124ca3feb1271cd17fb751081e (patch) | |
tree | 0374efeeedcaf0d94e2a8c9b9ca4ca4fdcc1d2bb /include/wireplumber/audio.h | |
parent | 9eb113163187e1eec0d2e0ac763cd9eeb45cc9ae (diff) |
add default speaker/microphone objects
Diffstat (limited to 'include/wireplumber/audio.h')
-rw-r--r-- | include/wireplumber/audio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wireplumber/audio.h b/include/wireplumber/audio.h index 0e59937..5cfa27e 100644 --- a/include/wireplumber/audio.h +++ b/include/wireplumber/audio.h @@ -17,6 +17,9 @@ AstalWpEndpoint *astal_wp_audio_get_recorder(AstalWpAudio *self, guint id); AstalWpEndpoint *astal_wp_audio_get_stream(AstalWpAudio *self, guint id); AstalWpEndpoint *astal_wp_audio_get_endpoint(AstalWpAudio *self, guint id); +AstalWpEndpoint *astal_wp_audio_get_default_speaker(AstalWpAudio *self); +AstalWpEndpoint *astal_wp_audio_get_default_microphone(AstalWpAudio *self); + GList *astal_wp_audio_get_microphones(AstalWpAudio *self); GList *astal_wp_audio_get_speakers(AstalWpAudio *self); GList *astal_wp_audio_get_recorders(AstalWpAudio *self); |