mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
core: add source, si, so proplist_update
This commit is contained in:
parent
3d631df8dd
commit
2204bbebf2
5 changed files with 38 additions and 4 deletions
|
|
@ -294,6 +294,7 @@ void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume);
|
|||
const pa_cvolume *pa_sink_input_get_volume(pa_sink_input *i);
|
||||
void pa_sink_input_set_mute(pa_sink_input *i, pa_bool_t mute);
|
||||
pa_bool_t pa_sink_input_get_mute(pa_sink_input *i);
|
||||
pa_bool_t pa_sink_input_update_proplist(pa_sink_input *i, pa_update_mode_t mode, pa_proplist *p);
|
||||
|
||||
pa_resample_method_t pa_sink_input_get_resample_method(pa_sink_input *i);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue