![]() |
Public API Reference |
![]() |
A wrapper/holder for a loaded sound. More...
#include <isndsys/ss_manager.h>
Public Member Functions | |
virtual iSndSysData * | GetData ()=0 |
Get the sound data associated with this wrapper. | |
virtual iObject * | QueryObject ()=0 |
Get the iObject which represents this wrapper. | |
virtual void | SetData (iSndSysData *data)=0 |
Set the sound data associated with this wrapper. |
A wrapper/holder for a loaded sound.
Definition at line 40 of file ss_manager.h.
virtual iSndSysData* iSndSysWrapper::GetData | ( | ) | [pure virtual] |
Get the sound data associated with this wrapper.
virtual iObject* iSndSysWrapper::QueryObject | ( | ) | [pure virtual] |
Get the iObject which represents this wrapper.
virtual void iSndSysWrapper::SetData | ( | iSndSysData * | data | ) | [pure virtual] |
Set the sound data associated with this wrapper.