Static Soundprovider class.
The static soundprovider provides the data for any static (non-streamed) samples played using the ClanLib sound system.
virtual ~CL_StaticSoundProvider() virtual void lock() virtual void unlock() virtual SoundFormat get_format() virtual int data_size() virtual void *get_data() virtual int get_frequency()
None
Back to index