introduce pa_{sink|source}_get_latency_within_thread()

This commit is contained in:
Lennart Poettering 2009-04-05 02:46:38 +02:00
parent d035f4a3f3
commit ce73e715c9
4 changed files with 55 additions and 0 deletions

View file

@ -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