pulse-server: add pulse.allow-module-loading option

Add an option to disable loading and unloading of modules with the
native protocol.

Document some more options.
This commit is contained in:
Wim Taymans 2024-05-06 15:28:43 +02:00
parent a3ccbd00b4
commit a30c27dce0
4 changed files with 52 additions and 0 deletions

View file

@ -25,6 +25,7 @@ struct pw_work_queue;
struct pw_properties;
struct defs {
bool allow_module_loading;
struct spa_fraction min_req;
struct spa_fraction default_req;
struct spa_fraction min_frag;