#include <SndStruct.h>
Public Attributes | |
int | magic |
int | dataLocation |
int | dataSize |
int | dataFormat |
int | samplingRate |
int | channelCount |
char | info [4] |
Must be equal to SND_MAGIC.
Offset or pointer to the raw data.
Number of bytes of data in the raw data.
The data format code.
The sampling rate.
The number of channels.
char SndSoundStruct::info |
Textual information relating to the sound.