]> code.delx.au - pulseaudio/blobdiff - polyp/sink-input.h
add resample_method option module-combine
[pulseaudio] / polyp / sink-input.h
index 3767830043e8e59cc2c214c803eb9b8078707513..7c648ac129be4062328102d4766472bb19acd7ad 100644 (file)
@@ -62,7 +62,7 @@ struct pa_sink_input {
     struct pa_resampler *resampler;
 };
 
-struct pa_sink_input* pa_sink_input_new(struct pa_sink *s, const char *name, const struct pa_sample_spec *spec, int variable_rate);
+struct pa_sink_input* pa_sink_input_new(struct pa_sink *s, const char *name, const struct pa_sample_spec *spec, int variable_rate, int resample_method);
 void pa_sink_input_unref(struct pa_sink_input* i);
 struct pa_sink_input* pa_sink_input_ref(struct pa_sink_input* i);