mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
settings: Add more runtime settings
Move settings defaults initialization to the settings file. Expose clock.rate, clock.allowed-rates and clock.quantum as runtime settings.
This commit is contained in:
parent
5cff20eba4
commit
1b06d4d7c4
3 changed files with 175 additions and 121 deletions
|
|
@ -1261,7 +1261,8 @@ bool pw_log_is_default(void);
|
|||
void pw_log_init(void);
|
||||
void pw_log_deinit(void);
|
||||
|
||||
int pw_settings_init(struct pw_context *context);
|
||||
void pw_settings_init(struct pw_context *context);
|
||||
int pw_settings_expose(struct pw_context *context);
|
||||
void pw_settings_clean(struct pw_context *context);
|
||||
|
||||
/** \endcond */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue