Home | All Classes | Grouped Classes | Index | Search

Class CL_Streamed_MikModSample

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:

create

Use this function to create a module from a file for instance

load

Loads a module from a resource file (.scr or .dat)

CL_Streamed_MikModSample

Use this function to create a module from a file for instance

Operations:

begin_session

Starts playing the module

end_session

Ends the session

filename

looped

loaded_from_resource

manager

module

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.



Questions or comments, write to the
ClanLib mailing list.