summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/source.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-05-08 01:56:21 +0200
committerLennart Poettering <lennart@poettering.net>2009-05-08 02:04:48 +0200
commit3766850c8b98b3fe8abb3b5634d4801cbdb95377 (patch)
tree278e059557b2badb941617ba5fa01358b7c0e8c3 /src/pulsecore/source.h
parent92a61418882a68e913d2a40ae28e815a68c456f8 (diff)
core: introduce pa_{sink,source}_set_fixed_latency()
This allows us to forward the fixed latency directly from the sink to the monitor source withut having to wait for pa_sink_put().
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 b502c228..2978f57b 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -210,6 +210,7 @@ void pa_source_set_rtpoll(pa_source *s, pa_rtpoll *p);
void pa_source_set_max_rewind(pa_source *s, size_t max_rewind);
void pa_source_set_latency_range(pa_source *s, pa_usec_t min_latency, pa_usec_t max_latency);
+void pa_source_set_fixed_latency(pa_source *s, pa_usec_t latency);
void pa_source_detach(pa_source *s);
void pa_source_attach(pa_source *s);