summaryrefslogtreecommitdiffstats
path: root/src/polyp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp.h')
-rw-r--r--src/polyp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/polyp.h b/src/polyp.h
index 5b730302..00849445 100644
--- a/src/polyp.h
+++ b/src/polyp.h
@@ -66,6 +66,8 @@ void pa_stream_set_read_callback(struct pa_stream *p, void (*cb)(struct pa_strea
int pa_stream_is_dead(struct pa_stream *p);
int pa_stream_is_ready(struct pa_stream*p);
+void pa_stream_get_latency(struct pa_stream *p, void (*cb)(struct pa_stream *p, uint32_t latency, void *userdata), void *userdata);
+
struct pa_context* pa_stream_get_context(struct pa_stream *p);
#endif