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/endpoint-private.h | |
parent | 9eb113163187e1eec0d2e0ac763cd9eeb45cc9ae (diff) |
add default speaker/microphone objects
Diffstat (limited to 'include/endpoint-private.h')
-rw-r--r-- | include/endpoint-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/endpoint-private.h b/include/endpoint-private.h index c83c76f..765f4b8 100644 --- a/include/endpoint-private.h +++ b/include/endpoint-private.h @@ -9,6 +9,8 @@ G_BEGIN_DECLS AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer, WpPlugin *defaults); +AstalWpEndpoint *astal_wp_endpoint_init_as_default(AstalWpEndpoint *self, WpPlugin *mixer, + WpPlugin *defaults, AstalWpMediaClass type); void astal_wp_endpoint_update_default(AstalWpEndpoint *self, gboolean is_default); G_END_DECLS |