summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-05 02:46:38 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-05 02:46:38 +0200
commitce73e715c9c822beb797c023700c92bcc08464e7 (patch)
treed7af7f7c8853a426a32a710cfcec904187413f03 /src/pulsecore/source.h
parentd035f4a3f3e73fd67d69a03c03adc9a08f30ef21 (diff)
introduce pa_{sink|source}_get_latency_within_thread()
Diffstat (limited to 'src/pulsecore/source.h')
-rw-r--r--src/pulsecore/source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index 210f5340..652783ef 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -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