mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-24 01:40:18 -05:00
core: introduce pa_{sink|source}_update_flags()
This commit is contained in:
parent
d8a90a3900
commit
0c08dbd9b9
4 changed files with 41 additions and 3 deletions
|
|
@ -246,6 +246,8 @@ void pa_source_mute_changed(pa_source *s, pa_bool_t new_muted);
|
|||
|
||||
int pa_source_sync_suspend(pa_source *s);
|
||||
|
||||
void pa_source_update_flags(pa_source *s, pa_source_flags_t mask, pa_source_flags_t value);
|
||||
|
||||
/*** May be called by everyone, from main context */
|
||||
|
||||
/* The returned value is supposed to be in the time domain of the sound card! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue