LMMS
Loading...
Searching...
No Matches
Resampler_table Class Reference

#include <resampler-table.h>

Private Member Functions

 Resampler_table (double fr, unsigned int hl, unsigned int np)
 ~Resampler_table (void)

Static Private Member Functions

static Resampler_tablecreate (double fr, unsigned int hl, unsigned int np)
static void destroy (Resampler_table *T)

Private Attributes

Resampler_table_next
unsigned int _refc
float * _ctab
double _fr
unsigned int _hl
unsigned int _np

Static Private Attributes

static Resampler_table_list
static Resampler_mutex _mutex

Friends

class Resampler
class VResampler

Constructor & Destructor Documentation

◆ Resampler_table()

Resampler_table::Resampler_table ( double fr,
unsigned int hl,
unsigned int np )
private

◆ ~Resampler_table()

Resampler_table::~Resampler_table ( void )
private

Member Function Documentation

◆ create()

Resampler_table * Resampler_table::create ( double fr,
unsigned int hl,
unsigned int np )
staticprivate

◆ destroy()

void Resampler_table::destroy ( Resampler_table * T)
staticprivate

◆ Resampler

friend class Resampler
friend

◆ VResampler

friend class VResampler
friend

Member Data Documentation

◆ _ctab

float* Resampler_table::_ctab
private

◆ _fr

double Resampler_table::_fr
private

◆ _hl

unsigned int Resampler_table::_hl
private

◆ _list

Resampler_table* Resampler_table::_list
staticprivate

◆ _mutex

Resampler_mutex Resampler_table::_mutex
staticprivate

◆ _next

Resampler_table* Resampler_table::_next
private

◆ _np

unsigned int Resampler_table::_np
private

◆ _refc

unsigned int Resampler_table::_refc
private

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