mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Client API: Add pa_stream_write_ext_free() function.
New function allows to pass data pointer that is a member of the outer structure that need to be freed too when data is not needed anymore. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
parent
594da41d07
commit
78ca8cfc96
5 changed files with 41 additions and 7 deletions
|
|
@ -330,6 +330,7 @@ pa_stream_update_sample_rate;
|
|||
pa_stream_update_timing_info;
|
||||
pa_stream_writable_size;
|
||||
pa_stream_write;
|
||||
pa_stream_write_ext_free;
|
||||
pa_strerror;
|
||||
pa_sw_cvolume_divide;
|
||||
pa_sw_cvolume_divide_scalar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue