Home | All Classes | Grouped Classes | Index | Search
ClanLib's datafile samples. This class can read samples from datafiles. More...
Derived from:
CL_StaticSoundProvider
Derived by:
none
Group: Sound (Sound Providers)
#include <ClanLib/sound.h>
Construction:
Loads the sample 'sample_id' from the inputsource provider 'provider'. Creates a CL_SoundBuffer using this sample and returns it. | |
Constructs a static sound provider that represents 'sample_id' from the inputsource provider 'provider'. |
Operations:
Locks the sample data. | |
Unlocks the sample data. |
Attributes:
Returns the sample format used by this sample. | |
Returns the size of the sample. | |
Returns the sample data. Must be locked before this is done. | |
Returns the default frequency used when playing this sample. |
Detailed description: