summaryrefslogtreecommitdiffstats
path: root/polyp/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sink.h')
-rw-r--r--polyp/sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/sink.h b/polyp/sink.h
index 8248d00c..9c91692e 100644
--- a/polyp/sink.h
+++ b/polyp/sink.h
@@ -56,7 +56,7 @@ int pa_sink_render(struct pa_sink*s, size_t length, struct pa_memchunk *result);
int pa_sink_render_into(struct pa_sink*s, struct pa_memchunk *target);
void pa_sink_render_into_full(struct pa_sink *s, struct pa_memchunk *target);
-uint32_t pa_sink_get_latency(struct pa_sink *s);
+pa_usec_t pa_sink_get_latency(struct pa_sink *s);
void pa_sink_notify(struct pa_sink*s);