![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
The Streamed Wave Sample Session Class
Contained in: global
Derived from:
CL_StreamSoundProvider_Session
Derived by:
none
Group: Sound (Sound Providers)
#include <ClanLib/sound.h>
public function member index: |
||
Construction: |
||
| CL_Streamed_WaveSample_Session | (CL_InputSource* input, bool looped); | |
| virtual | ~CL_Streamed_WaveSample_Session | (); |
Operations: |
||
| virtual void | stop | (); |
| virtual bool | play | (); |
| virtual bool | set_position | (int pos); |
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; |