summaryrefslogtreecommitdiffstats
path: root/src/polyp/simple.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-20 14:59:02 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-20 14:59:02 +0000
commitcc61b57a325ee688b74ca2cbd5e281e7f76b71c0 (patch)
treebf5965e3c069a9739686d00e91423ba15075e555 /src/polyp/simple.h
parentacc655235663f223f10bd26c6e6d1ebc6331d9bd (diff)
rename pa_simple_get_playback_latency() to pa_simple_get_latency() and allow its usage on capture streams
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@939 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/simple.h')
-rw-r--r--src/polyp/simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyp/simple.h b/src/polyp/simple.h
index bf3cc330..b97e844b 100644
--- a/src/polyp/simple.h
+++ b/src/polyp/simple.h
@@ -136,7 +136,7 @@ int pa_simple_drain(pa_simple *s, int *error);
int pa_simple_read(pa_simple *s, void*data, size_t length, int *error);
/** Return the playback latency. \since 0.5 */
-pa_usec_t pa_simple_get_playback_latency(pa_simple *s, int *error);
+pa_usec_t pa_simple_get_latency(pa_simple *s, int *error);
/** Flush the playback buffer. \since 0.5 */
int pa_simple_flush(pa_simple *s, int *error);