|
|
* | * |
*/ | */ |
| |
|
#ifndef SH_AUSAMPLEVALUES_H |
|
#define SH_AUSAMPLEVALUES_H |
#include "AuSampleValues.h" | #include "AuSampleValues.h" |
|
#include "common.h" |
| |
// AuMuLawSampleValue | // AuMuLawSampleValue |
const BYTE AuMuLawSampleValue::MinValue = 0 ; | const BYTE AuMuLawSampleValue::MinValue = 0 ; |
|
|
// AuPCM32SampleValue | // AuPCM32SampleValue |
const SWORD32 AuPCM32SampleValue::MinValue = SWORD32_MIN ; | const SWORD32 AuPCM32SampleValue::MinValue = SWORD32_MIN ; |
const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ; | const SWORD32 AuPCM32SampleValue::MaxValue = SWORD32_MAX ; |
|
|
|
#endif // ndef SH_AUSAMPLEVALUES_H |