CSL
6.0
|
#include "SoundFileCA.h"
Go to the source code of this file.
Macros | |
#define | CONVERT_16_BIT(unsV, sinV, bigE) |
#define | CONVERT_24_BIT(res, ptr, bigE) |
Typedefs | |
typedef signed char | int8 |
typedef unsigned char | uint8 |
typedef signed short | int16 |
typedef unsigned short | uint16 |
typedef signed int | int32 |
typedef unsigned int | uint32 |
#define CONVERT_16_BIT | ( | unsV, | |
sinV, | |||
bigE | |||
) |
Definition at line 18 of file SoundFileCA.cpp.
Referenced by csl::CASoundFile::readBufferFromFile().
#define CONVERT_24_BIT | ( | res, | |
ptr, | |||
bigE | |||
) |
Definition at line 25 of file SoundFileCA.cpp.
Referenced by csl::CASoundFile::readBufferFromFile().
typedef signed char int8 |
Definition at line 11 of file SoundFileCA.cpp.
typedef unsigned char uint8 |
Definition at line 12 of file SoundFileCA.cpp.
typedef signed short int16 |
Definition at line 13 of file SoundFileCA.cpp.
typedef unsigned short uint16 |
Definition at line 14 of file SoundFileCA.cpp.
typedef signed int int32 |
Definition at line 15 of file SoundFileCA.cpp.
typedef unsigned int uint32 |
Definition at line 16 of file SoundFileCA.cpp.