core: introduce pa_{sink|source}_update_flags()

This commit is contained in:
Lennart Poettering 2009-08-15 03:41:13 +02:00
parent d8a90a3900
commit 0c08dbd9b9
4 changed files with 41 additions and 3 deletions

View file

@ -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! */