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