![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
CL_Streamed_MikModSample_Session is used to play and control a module.
Contained in: global
Derived from:
CL_StreamSoundProvider_Session
Derived by:
none
Group: MikMod (Sound Providers)
#include <ClanLib/mikmod.h>
public function member index: |
||
Construction: |
||
virtual | ~CL_Streamed_MikModSample_Session | (); |
Operations: |
||
virtual void | stop | (); |
virtual bool | play | (); |
virtual bool | set_position | (int pos); |
static void | clanMikMod_Update | (); |
Attributes: |
||
virtual bool | eof | () const; |
virtual int | get_data | (void* data_ptr, int data_requested); |
virtual int | get_frequency | () const; |
virtual SoundFormat | get_format | () const; |
static BOOL | clanMikMod_IsPresent | (); |
protected function member index: |
||
Operations: |
||
CL_Streamed_MikModSample_Session | (MODULE* _module, bool _looped); | |