Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

aflibConverter.h File Reference

Go to the source code of this file.

Compounds

class  aflibConverter
 Provides sample rate conversion. More...


Defines

#define MAX(x, y)   ((x)>(y) ?(x):(y))
#define MIN(x, y)   ((x)<(y) ?(x):(y))
#define MAX_HWORD   (32767)
#define MIN_HWORD   (-32768)
#define IBUFFSIZE   4096

Typedefs

typedef char BOOL
typedef short HWORD
typedef unsigned short UHWORD
typedef int WORD
typedef unsigned int UWORD


Define Documentation

#define IBUFFSIZE   4096
 

#define MAX( x, y )   ((x)>(y) ?(x):(y))
 

#define MAX_HWORD   (32767)
 

#define MIN( x, y )   ((x)<(y) ?(x):(y))
 

#define MIN_HWORD   (-32768)
 


Typedef Documentation

typedef char BOOL
 

typedef short HWORD
 

typedef unsigned short UHWORD
 

typedef unsigned int UWORD
 

typedef int WORD
 


Generated at Sun May 13 16:18:53 2001 for Open Source Audio Library Project by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001