mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: make method to schedule module unload
This commit is contained in:
parent
cd224942c7
commit
fee8bf69dd
3 changed files with 8 additions and 2 deletions
|
|
@ -68,6 +68,7 @@ struct module {
|
|||
};
|
||||
|
||||
struct module *module_new(struct impl *impl, const struct module_methods *methods, size_t user_data);
|
||||
void module_schedule_unload(struct module *module);
|
||||
|
||||
void module_args_add_props(struct pw_properties *props, const char *str);
|
||||
int module_args_to_audioinfo(struct impl *impl, struct pw_properties *props, struct spa_audio_info_raw *info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue