ClanLib
2.3.7
|
Inverse Echo Filter Class. More...
#include <inverse_echofilter.h>
Public Member Functions | |
Construction | |
CL_InverseEchoFilter (int buffer_size=64 *1024) | |
Inverse Echo Filter Constructor. More... | |
virtual | ~CL_InverseEchoFilter () |
Inverse Echo Filter Destructor. More... | |
Operations | |
CL_InverseEchoFilterProvider * | get_provider () const |
Retrieves the provider. More... | |
Operators | |
bool | operator== (const CL_SoundFilter &other) const |
Equality operator. More... | |
bool | operator!= (const CL_SoundFilter &other) const |
Inequality operator. More... | |
Operations | |
bool | is_null () const |
Returns true if this object is invalid. More... | |
void | throw_if_null () const |
Throw an exception if this object is invalid. More... | |
void | filter (float **sample_data, int num_samples, int channels) |
Filter callback. More... | |
Public Attributes | |
Implementation | |
CL_SharedPtr< CL_SoundFilter_Impl > | impl |
Inverse Echo Filter Class.
CL_InverseEchoFilter::CL_InverseEchoFilter | ( | int | buffer_size = 64 *1024 ) |
Inverse Echo Filter Constructor.
|
virtual |
Inverse Echo Filter Destructor.
|
inherited |
Filter callback.
All sound data is passed through this function, which modifies the sample data accordingly to the function of the filter.
The format of the sample data is always 16 bit stereo.
CL_InverseEchoFilterProvider* CL_InverseEchoFilter::get_provider | ( | ) | const |
Retrieves the provider.
|
inlineinherited |
Returns true if this object is invalid.
|
inlineinherited |
Inequality operator.
References CL_SoundFilter::impl.
|
inlineinherited |
Equality operator.
References CL_SoundFilter::impl.
|
inherited |
Throw an exception if this object is invalid.
|
inherited |
Referenced by CL_SoundFilter::operator!=(), and CL_SoundFilter::operator==().