mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-02 00:06:09 -04:00
pipewire-pulse: Expose profile preference setting as a message
Makes it easier for libpulse-based clients to modify this setting if they want.
This commit is contained in:
parent
d8f5ed0c13
commit
187187e41f
5 changed files with 72 additions and 1 deletions
|
|
@ -65,9 +65,12 @@ struct client {
|
|||
bool default_force_mono_audio;
|
||||
bool have_bluetooth_headset_autoswitch;
|
||||
bool default_bluetooth_headset_autoswitch;
|
||||
bool have_bluetooth_profile_preference;
|
||||
char *default_bluetooth_profile_preference;
|
||||
struct pw_manager_object *metadata_sm_settings;
|
||||
bool force_mono_audio;
|
||||
bool bluetooth_headset_autoswitch;
|
||||
char *bluetooth_profile_preference;
|
||||
|
||||
uint32_t connect_tag;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue