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