audata.h(3)
NAME
AuData.h
SYNOPSIS
#include 'BinaryIO.h' #include 'AudioData.h' Typedefs typedef AudioDataImpl< AuMuLaw, BYTE > AuMuLawAudioData typedef AudioDataImpl< AuPCM8, SBYTE > AuPCM8AudioData typedef AudioDataImpl< AuPCM16, SWORD16 > AuPCM16AudioData typedef AudioDataImpl< AuPCM32, SWORD32 > AuPCM32AudioData
Typedef Documentation
typedef AudioDataImpl<AuMuLaw,BYTE> AuMuLawAudioData typedef AudioDataImpl<AuPCM16,SWORD16> AuPCM16AudioData typedef AudioDataImpl<AuPCM32,SWORD32> AuPCM32AudioData typedef AudioDataImpl<AuPCM8,SBYTE> AuPCM8AudioData
Author
- Generated automatically by Doxygen for steghide from the source code.