#include <resampler.h>

Public Member Functions | |
| bool | is_conversion_supported (unsigned p_srate_from, unsigned p_srate_to) |
| bool | create_preset (dsp_preset &p_out, unsigned p_target_srate, float p_qualityscale) |
| float | get_priority () |
| bool resampler_entry_impl_t< T >::is_conversion_supported | ( | unsigned | p_srate_from, | |
| unsigned | p_srate_to | |||
| ) | [inline, virtual] |
Implements resampler_entry.
| bool resampler_entry_impl_t< T >::create_preset | ( | dsp_preset & | p_out, | |
| unsigned | p_target_srate, | |||
| float | p_qualityscale | |||
| ) | [inline, virtual] |
Implements resampler_entry.
| float resampler_entry_impl_t< T >::get_priority | ( | ) | [inline, virtual] |
Implements resampler_entry.
1.5.5