mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-29 11:08:35 -05:00
allow sample spec/channel map to be queried for pa_resampler objects
This commit is contained in:
parent
7bdbcd0da8
commit
88c9f9fba6
2 changed files with 28 additions and 0 deletions
|
|
@ -99,5 +99,9 @@ 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);
|
||||
|
||||
const pa_channel_map* pa_resampler_input_channel_map(pa_resampler *r);
|
||||
const pa_sample_spec* pa_resampler_input_sample_spec(pa_resampler *r);
|
||||
const pa_channel_map* pa_resampler_output_channel_map(pa_resampler *r);
|
||||
const pa_sample_spec* pa_resampler_output_sample_spec(pa_resampler *r);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue