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

@ -267,5 +267,6 @@ void pa_source_set_latency_range_within_thread(pa_source *s, pa_usec_t min_laten
/*** To be called exclusively by source output drivers, from IO context */
void pa_source_invalidate_requested_latency(pa_source *s);
pa_usec_t pa_source_get_latency_within_thread(pa_source *s);
#endif