20 const char *
Start(
const char *
const *param);
23 const char *
GetName()
const {
return "win32"; }
Base for all sound drivers.
Base for all sound drivers.
Factory for the sound driver for Windows.
Base for all driver factories.
Driver * CreateInstance() const
Create an instance of this driver-class.
const char * GetName() const
Get the name of this driver.
A driver for communicating with the user.
const char * Start(const char *const *param)
Start this driver.
void Stop()
Stop this driver.
Implementation of the sound driver for Windows.