#include <static_soundprovider.h>
Inheritance diagram for CL_StaticSoundProvider:

Public Methods | |
| virtual | ~CL_StaticSoundProvider () |
| virtual void | lock ()=0 |
| virtual void | unlock ()=0 |
| virtual SoundFormat | get_format () const=0 |
| virtual int | data_size () const=0 |
| retval: The soundformat of the data stored. | |
| virtual void* | get_data () const=0 |
| retval: Size of data stored (in bytes). | |
| virtual int | get_frequency () const=0 |
| retval: A pointer to the data stored. | |
Definition at line 22 of file static_soundprovider.h.
|
|
Definition at line 28 of file static_soundprovider.h. |
|
|
retval: The soundformat of the data stored.
Reimplemented in CL_Sample_RawData, and CL_Sample. |
|
|
retval: Size of data stored (in bytes).
Reimplemented in CL_Sample_RawData, and CL_Sample. |
|
|
Reimplemented in CL_Sample_RawData, and CL_Sample. |
|
|
retval: A pointer to the data stored.
Reimplemented in CL_Sample_RawData, and CL_Sample. |
|
|
Reimplemented in CL_Sample_RawData, and CL_Sample. |
|
|
Reimplemented in CL_Sample_RawData, and CL_Sample. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001