mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
introduce pa_{sink|source}_get_latency_within_thread()
This commit is contained in:
parent
d035f4a3f3
commit
ce73e715c9
4 changed files with 55 additions and 0 deletions
|
|
@ -295,4 +295,6 @@ void pa_sink_request_rewind(pa_sink*s, size_t nbytes);
|
|||
|
||||
void pa_sink_invalidate_requested_latency(pa_sink *s);
|
||||
|
||||
pa_usec_t pa_sink_get_latency_within_thread(pa_sink *s);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue