mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
core: add functions to query max_rewind/max_request values from streams
This commit is contained in:
parent
9a95fe49c8
commit
5ee4069e9e
4 changed files with 33 additions and 0 deletions
|
|
@ -238,6 +238,8 @@ void pa_source_output_cork(pa_source_output *o, pa_bool_t b);
|
|||
|
||||
int pa_source_output_set_rate(pa_source_output *o, uint32_t rate);
|
||||
|
||||
size_t pa_source_output_get_max_rewind(pa_source_output *o);
|
||||
|
||||
/* Callable by everyone */
|
||||
|
||||
/* External code may request disconnection with this funcion */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue