MPD
0.20.15
|
This header declares the filter_plugin class. More...
Go to the source code of this file.
Data Structures | |
struct | FilterPlugin |
Functions | |
PreparedFilter * | filter_new (const FilterPlugin *plugin, const ConfigBlock &block) |
Creates a new instance of the specified filter plugin. More... | |
PreparedFilter * | filter_configured_new (const ConfigBlock &block) |
Creates a new filter, loads configuration and the plugin name from the specified configuration section. More... | |
This header declares the filter_plugin class.
It describes a plugin API for objects which filter raw PCM data.
Definition in file FilterPlugin.hxx.
PreparedFilter* filter_configured_new | ( | const ConfigBlock & | block | ) |
Creates a new filter, loads configuration and the plugin name from the specified configuration section.
Throws std::runtime_error on error.
block | the configuration section |
PreparedFilter* filter_new | ( | const FilterPlugin * | plugin, |
const ConfigBlock & | block | ||
) |
Creates a new instance of the specified filter plugin.
Throws std::runtime_error on error.
plugin | the filter plugin |
block | configuration section |