![]() |
Public API Reference |
![]() |
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>
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. |
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 46 of file ss_driver.h.
virtual void iSndSysSoftwareDriver::Close | ( | ) | [pure virtual] |
Close the sound driver.
virtual bool iSndSysSoftwareDriver::Open | ( | csSndSysRendererSoftware * | renderer, |
csSndSysSoundFormat * | requested_format | ||
) | [pure virtual] |
Initialize the sound driver.
The requested_format parameter may be modified during this function.
virtual bool iSndSysSoftwareDriver::StartThread | ( | ) | [pure virtual] |
This function is called to start the driver thread.
virtual void iSndSysSoftwareDriver::StopThread | ( | ) | [pure virtual] |
Stop the background thread.