summaryrefslogtreecommitdiffstats
path: root/polyp/sink-input.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sink-input.h')
-rw-r--r--polyp/sink-input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/sink-input.h b/polyp/sink-input.h
index 1c16a9e6..5482369d 100644
--- a/polyp/sink-input.h
+++ b/polyp/sink-input.h
@@ -87,4 +87,6 @@ void pa_sink_input_set_rate(struct pa_sink_input *i, uint32_t rate);
void pa_sink_input_set_name(struct pa_sink_input *i, const char *name);
+enum pa_resample_method pa_sink_input_get_resample_method(struct pa_sink_input *i);
+
#endif