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