ClanLib  2.3.7
List of all members
CL_EchoFilter Class Reference

Echo Filter Class. More...

#include <echofilter.h>

Inheritance diagram for CL_EchoFilter:
Inheritance graph
[legend]

Public Member Functions

Construction
 CL_EchoFilter (int buffer_size=32 *1024, float shift_factor=2.0f)
 Echo Filter Constructor. More...
 
virtual ~CL_EchoFilter ()
 Echo Filter Destructor. More...
 
Operations
CL_EchoFilterProvider * 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
 

Detailed Description

Echo Filter Class.

Constructor & Destructor Documentation

CL_EchoFilter::CL_EchoFilter ( int  buffer_size = 32 *1024,
float  shift_factor = 2.0f 
)

Echo Filter Constructor.

virtual CL_EchoFilter::~CL_EchoFilter ( )
virtual

Echo Filter Destructor.

Member Function Documentation

void CL_SoundFilter::filter ( float **  sample_data,
int  num_samples,
int  channels 
)
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_EchoFilterProvider* CL_EchoFilter::get_provider ( ) const

Retrieves the provider.

bool CL_SoundFilter::is_null ( ) const
inlineinherited

Returns true if this object is invalid.

bool CL_SoundFilter::operator!= ( const CL_SoundFilter other) const
inlineinherited

Inequality operator.

References CL_SoundFilter::impl.

bool CL_SoundFilter::operator== ( const CL_SoundFilter other) const
inlineinherited

Equality operator.

References CL_SoundFilter::impl.

void CL_SoundFilter::throw_if_null ( ) const
inherited

Throw an exception if this object is invalid.

Member Data Documentation

CL_SharedPtr<CL_SoundFilter_Impl> CL_SoundFilter::impl
inherited

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