iSndSysRendererOpenAL Struct Reference
[Sound system]
OpenAL renderer specific interface extensions. More...
#include <isndsys/ss_renderer.h>
Inheritance diagram for iSndSysRendererOpenAL:

Public Member Functions | |
| virtual bool | LockWait ()=0 |
| Requests the use of the renderers OpenAL context. | |
| virtual void | Release ()=0 |
| Releases the use of the renderers OpenAL context. | |
Detailed Description
OpenAL renderer specific interface extensions.
Definition at line 143 of file ss_renderer.h.
Member Function Documentation
| virtual bool iSndSysRendererOpenAL::LockWait | ( | ) | [pure virtual] |
Requests the use of the renderers OpenAL context.
- Note:
- Should only be used internally by the OpenAL renderer.
- Should be matched by a call to ReleaseContext.
| virtual void iSndSysRendererOpenAL::Release | ( | ) | [pure virtual] |
Releases the use of the renderers OpenAL context.
- Note:
- Should only be used internally by the OpenAL renderer.
The documentation for this struct was generated from the following file:
- isndsys/ss_renderer.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
