MPD  0.20.15
Public Member Functions
PreparedFilter Class Referenceabstract

#include <FilterInternal.hxx>

Public Member Functions

virtual ~PreparedFilter ()
 
virtual FilterOpen (AudioFormat &af)=0
 Opens the filter, preparing it for FilterPCM(). More...
 

Detailed Description

Definition at line 74 of file FilterInternal.hxx.

Constructor & Destructor Documentation

◆ ~PreparedFilter()

virtual PreparedFilter::~PreparedFilter ( )
inlinevirtual

Definition at line 76 of file FilterInternal.hxx.

Member Function Documentation

◆ Open()

virtual Filter* PreparedFilter::Open ( AudioFormat af)
pure virtual

Opens the filter, preparing it for FilterPCM().

Throws std::runtime_error on error.

Parameters
afthe audio format of incoming data; the plugin may modify the object to enforce another input format

The documentation for this class was generated from the following file: