Audaspace 1.6.0
A high level audio library.
|
This class provides an interface for lockable objects. More...
#include <ILockable.h>
Public Member Functions | |
virtual void | lock ()=0 |
Locks the object. | |
virtual void | unlock ()=0 |
Unlocks the previously locked object. | |
This class provides an interface for lockable objects.
|
pure virtual |
Locks the object.
Implemented in IDevice, NULLDevice, OpenALDevice, SequenceData, SequenceEntry, and SoftwareDevice.
|
pure virtual |
Unlocks the previously locked object.
Implemented in IDevice, NULLDevice, OpenALDevice, SequenceData, SequenceEntry, and SoftwareDevice.