SoundFile::SoundFile

SoundFile::SoundFile
SoundFile(const char* fname, unsigned rate, unsigned length, bool streaming);
Description

SoundFile constructor.

Parameters
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.