]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/resampler.h
add new API function pa_resample_method_supported() which tests whether a resampling...
[pulseaudio] / src / pulsecore / resampler.h
index 711f9c62afb7735182b4f77f4824cd3a358c8daa..fed4d897b65a65f3c06b320491f5f40429087d4b 100644 (file)
@@ -80,4 +80,7 @@ pa_resample_method_t pa_parse_resample_method(const char *string);
 /* return a human readable string for the specified resampling method. Inverse of pa_parse_resample_method() */
 const char *pa_resample_method_to_string(pa_resample_method_t m);
 
+/* Return 1 when the specified resampling method is supported */
+int pa_resample_method_supported(pa_resample_method_t m);
+
 #endif