Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_Streamed_MikModSample Class Reference

clanMikMod="Sound Providers". More...

#include <streamed_mikmod_sample.h>

Inheritance diagram for CL_Streamed_MikModSample:

Inheritance graph
[legend]
Collaboration diagram for CL_Streamed_MikModSample:

Collaboration graph
[legend]
List of all members.

Public Methods

 CL_Streamed_MikModSample (const char *filename, CL_InputSourceProvider *inputprovider=NULL, bool looped=false)
 CL_Streamed_MikModSample (const char *res_id, CL_ResourceManager *manager, bool looped=false)
virtual ~CL_Streamed_MikModSample ()
virtual CL_StreamSoundProvider_Sessionbegin_session ()
virtual void end_session (CL_StreamSoundProvider_Session *session)
 retval: The soundbuffer session to be attached to the newlyretval: started session.


Static Public Methods

CL_SoundBuffercreate (const char *filename, CL_InputSourceProvider *inputprovider=NULL, bool looped=false)
CL_SoundBufferload (const char *res_id, CL_ResourceManager *manager, bool looped=false)

Protected Attributes

std::string filename
bool looped
MODULE* module

Detailed Description

clanMikMod="Sound Providers".

Definition at line 32 of file streamed_mikmod_sample.h.


Constructor & Destructor Documentation

CL_Streamed_MikModSample::CL_Streamed_MikModSample ( const char * filename,
CL_InputSourceProvider * inputprovider = NULL,
bool looped = false )
 

CL_Streamed_MikModSample::CL_Streamed_MikModSample ( const char * res_id,
CL_ResourceManager * manager,
bool looped = false )
 

virtual CL_Streamed_MikModSample::~CL_Streamed_MikModSample ( ) [virtual]
 


Member Function Documentation

virtual CL_StreamSoundProvider_Session* CL_Streamed_MikModSample::begin_session ( ) [virtual]
 

Reimplemented from CL_StreamSoundProvider.

CL_SoundBuffer* CL_Streamed_MikModSample::create ( const char * filename,
CL_InputSourceProvider * inputprovider = NULL,
bool looped = false ) [static]
 

virtual void CL_Streamed_MikModSample::end_session ( CL_StreamSoundProvider_Session * session ) [virtual]
 

retval: The soundbuffer session to be attached to the newlyretval: started session.

Reimplemented from CL_StreamSoundProvider.

CL_SoundBuffer* CL_Streamed_MikModSample::load ( const char * res_id,
CL_ResourceManager * manager,
bool looped = false ) [static]
 


Member Data Documentation

std::string CL_Streamed_MikModSample::filename [protected]
 

Definition at line 40 of file streamed_mikmod_sample.h.

bool CL_Streamed_MikModSample::looped [protected]
 

Definition at line 41 of file streamed_mikmod_sample.h.

MODULE* CL_Streamed_MikModSample::module [protected]
 

Definition at line 43 of file streamed_mikmod_sample.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:57:29 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001