Home | All Classes | Grouped Classes | Index | Search
CL_Streamed_MikModSample is used to store MikMod modules in memory. More...
Derived from:
CL_StreamSoundProvider
Derived by:
none
Group: MikMod (Sound Providers)
#include <ClanLib/mikmod.h>
Construction:
Use this function to create a module from a file for instance | |
Loads a module from a resource file (.scr or .dat) | |
Use this function to create a module from a file for instance |
Operations:
Starts playing the module | |
Ends the session | |
Detailed description:
This class stores the ClanLib sample the way the MikMod MODULE struct does. It's only intended to store the module in memory, not to play it directly. To play the module, use CL_Streamed_MikModSample_Session instead.