SoundFile(const char* fname, unsigned rate, unsigned length, bool streaming);
SoundFile constructor.
Parameters |
Description |
const char* fname |
Name of the sound file. |
unsigned rate |
Sample rate of the sound. |
unsigned length |
Length of the sound data in samples. |
bool streaming |
A Boolean value to indicate if SWF file is streaming type or not. |