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