iSndSysSoftwareDriver Struct Reference
[Sound system, Sound system]
This is the interface for the low-level, system-dependent sound driver that is used by the software sound renderer.
More...
#include <isndsys/ss_driver.h>
Inheritance diagram for iSndSysSoftwareDriver:

Public Member Functions | |
virtual void | Close ()=0 |
Close the sound driver. | |
virtual bool | Open (csSndSysRendererSoftware *renderer, csSndSysSoundFormat *requested_format)=0 |
Initialize the sound driver. | |
virtual bool | StartThread ()=0 |
This function is called to start the driver thread. | |
virtual void | StopThread ()=0 |
Stop the background thread. |
Detailed Description
This is the interface for the low-level, system-dependent sound driver that is used by the software sound renderer.The sound driver is responsible for playing a single stream of samples.
Definition at line 48 of file ss_driver.h.
Member Function Documentation
|
Close the sound driver.
|
|
Initialize the sound driver. The requested_format parameter may be modified during this function. |
|
This function is called to start the driver thread.
|
|
Stop the background thread.
|
The documentation for this struct was generated from the following file:
- isndsys/ss_driver.h
Generated for Crystal Space by doxygen 1.4.6