Audaspace 1.5.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 NULLDevice, SoftwareDevice, SequenceData, SequenceEntry, OpenALDevice, and IDevice.
|
pure virtual |
Unlocks the previously locked object.
Implemented in NULLDevice, SoftwareDevice, SequenceData, SequenceEntry, OpenALDevice, and IDevice.