mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
volume: implement pa_cvolume_{scale|max|avg}_mask()
This commit is contained in:
parent
5f2d848d8e
commit
8b180b6368
3 changed files with 102 additions and 12 deletions
|
|
@ -112,6 +112,7 @@ pa_context_suspend_source_by_name;
|
|||
pa_context_unload_module;
|
||||
pa_context_unref;
|
||||
pa_cvolume_avg;
|
||||
pa_cvolume_avg_mask;
|
||||
pa_cvolume_channels_equal_to;
|
||||
pa_cvolume_compatible;
|
||||
pa_cvolume_compatible_with_channel_map;
|
||||
|
|
@ -121,8 +122,10 @@ pa_cvolume_get_fade;
|
|||
pa_cvolume_get_position;
|
||||
pa_cvolume_init;
|
||||
pa_cvolume_max;
|
||||
pa_cvolume_max_mask;
|
||||
pa_cvolume_remap;
|
||||
pa_cvolume_scale;
|
||||
pa_cvolume_scale_mask;
|
||||
pa_cvolume_set;
|
||||
pa_cvolume_set_balance;
|
||||
pa_cvolume_set_fade;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue