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. | |
SCF_INTERFACE (iSndSysRendererOpenAL, 0, 1, 1) | |
SCF2006 - See http://www.crystalspace3d.org/cseps/csep-0010.html. |
Detailed Description
OpenAL renderer specific interface extensions.
Definition at line 146 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.
iSndSysRendererOpenAL::SCF_INTERFACE | ( | iSndSysRendererOpenAL | , | |
0 | , | |||
1 | , | |||
1 | ||||
) |
SCF2006 - See http://www.crystalspace3d.org/cseps/csep-0010.html.
The documentation for this struct was generated from the following file:
- isndsys/ss_renderer.h
Generated for Crystal Space 1.4.1 by doxygen 1.7.1