mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Add new API functions pa_volume_snprint() and pa_sw_volume_snprint_dB()
This commit is contained in:
parent
c2bd8dc517
commit
6342053b34
3 changed files with 62 additions and 3 deletions
|
|
@ -234,6 +234,7 @@ pa_sw_volume_divide;
|
|||
pa_sw_volume_from_dB;
|
||||
pa_sw_volume_from_linear;
|
||||
pa_sw_volume_multiply;
|
||||
pa_sw_volume_snprint_dB;
|
||||
pa_sw_volume_to_dB;
|
||||
pa_sw_volume_to_linear;
|
||||
pa_threaded_mainloop_accept;
|
||||
|
|
@ -259,6 +260,7 @@ pa_usec_to_bytes;
|
|||
pa_utf8_filter;
|
||||
pa_utf8_to_locale;
|
||||
pa_utf8_valid;
|
||||
pa_volume_snprint;
|
||||
pa_xfree;
|
||||
pa_xmalloc;
|
||||
pa_xmalloc0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue