#include "CvrStgFile.h"#include "SampleValue.h"#include "common.h"Go to the source code of this file.
Compounds | |
| class | AudioSampleValue |
| a class representing an audio sample | |
Enumerations | |
| enum | AUDIOSAMPLETYPE { AuMuLaw, AuPCM8, AuPCM16, AuPCM32 } |
|
|
An enumeration containing all audio sample types. This enumeration is used as template parameter for AudioSampleValue and AudioData to identify the correct implementation for a given audio format. |
1.3.3