#include "CvrStgFile.h"#include "SampleValue.h"#include "common.h"Go to the source code of this file.
Classes | |
| class | AudioSampleValue< Type, ValueType > |
| a class representing an audio sample More... | |
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.7