foobar2000 SDK
2015-08-03
|
#include <resampler.h>
Public Member Functions | |
virtual bool | create_preset (dsp_preset &p_out, unsigned p_target_srate, float p_qualityscale)=0 |
FB2K_MAKE_SERVICE_INTERFACE (resampler_entry, dsp_entry) | |
virtual float | get_priority ()=0 |
virtual bool | is_conversion_supported (unsigned p_srate_from, unsigned p_srate_to)=0 |
Public Member Functions inherited from dsp_entry | |
FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT (dsp_entry) | |
virtual bool | get_default_preset (dsp_preset &p_out)=0 |
virtual GUID | get_guid ()=0 |
virtual void | get_name (pfc::string_base &p_out)=0 |
virtual bool | have_config_popup ()=0 |
virtual bool | instantiate (service_ptr_t< dsp > &p_out, const dsp_preset &p_preset)=0 |
virtual bool | show_config_popup (dsp_preset &p_data, HWND p_parent)=0 |
Public Member Functions inherited from service_base | |
template<typename outPtr_t > | |
bool | cast (outPtr_t &outPtr) |
virtual int | service_add_ref ()=0 throw () |
virtual bool | service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid) |
template<class T > | |
bool | service_query_t (service_ptr_t< T > &p_out) |
virtual int | service_release ()=0 throw () |
Static Public Member Functions | |
static bool | g_create (service_ptr_t< dsp > &p_out, unsigned p_srate_from, unsigned p_srate_to, float p_qualityscale) |
static bool | g_create_preset (dsp_preset &p_out, unsigned p_srate_from, unsigned p_srate_to, float p_qualityscale) |
static bool | g_get_interface (service_ptr_t< resampler_entry > &p_out, unsigned p_srate_from, unsigned p_srate_to) |
Static Public Member Functions inherited from dsp_entry | |
static bool | g_dsp_exists (const GUID &p_guid) |
static bool | g_get_default_preset (dsp_preset &p_out, const GUID &p_guid) |
static bool | g_get_interface (service_ptr_t< dsp_entry > &p_out, const GUID &p_guid) |
static bool | g_have_config_popup (const GUID &p_guid) |
static bool | g_have_config_popup (const dsp_preset &p_preset) |
static bool | g_instantiate (service_ptr_t< dsp > &p_out, const dsp_preset &p_preset) |
static bool | g_instantiate_default (service_ptr_t< dsp > &p_out, const GUID &p_guid) |
static bool | g_name_from_guid (pfc::string_base &p_out, const GUID &p_guid) |
static bool | g_show_config_popup (dsp_preset &p_preset, HWND p_parent) |
static void | g_show_config_popup_v2 (const dsp_preset &p_preset, HWND p_parent, dsp_preset_edit_callback &p_callback) |
Additional Inherited Members | |
Public Types inherited from service_base | |
typedef service_base | t_interface |
Protected Member Functions inherited from service_base | |
service_base () | |
~service_base () | |
Definition at line 1 of file resampler.h.
|
pure virtual |
Implemented in resampler_entry_impl_t< T >.
resampler_entry::FB2K_MAKE_SERVICE_INTERFACE | ( | resampler_entry | , |
dsp_entry | |||
) |
|
static |
Definition at line 341 of file dsp.cpp.
|
static |
Definition at line 334 of file dsp.cpp.
|
static |
Definition at line 306 of file dsp.cpp.
|
pure virtual |
Implemented in resampler_entry_impl_t< T >.
|
pure virtual |
Implemented in resampler_entry_impl_t< T >.