MPD
0.20.15
|
#include <FilterInternal.hxx>
Public Member Functions | |
virtual | ~PreparedFilter () |
virtual Filter * | Open (AudioFormat &af)=0 |
Opens the filter, preparing it for FilterPCM(). More... | |
Definition at line 74 of file FilterInternal.hxx.
|
inlinevirtual |
Definition at line 76 of file FilterInternal.hxx.
|
pure virtual |
Opens the filter, preparing it for FilterPCM().
Throws std::runtime_error on error.
af | the audio format of incoming data; the plugin may modify the object to enforce another input format |