Go to the documentation of this file.
21 const char *
GetName()
const override {
return "null"; }
const char * Start(const StringList ¶m) override
Start this driver.
Implementation of the null sound driver.
DriverFactoryBase(Driver::Type type, int priority, const char *name, const char *description)
Construct a new DriverFactory.
Factory for the null sound driver.
const char * GetName() const override
Get the name of this driver.
std::vector< std::string > StringList
Type for a list of strings.
Driver * CreateInstance() const override
Create an instance of this driver-class.
bool HasOutput() const override
Whether the driver has an output from which the user can hear sound.
@ DT_SOUND
A sound driver.
Base for all sound drivers.
A driver for communicating with the user.
Base for all driver factories.
void Stop() override
Stop this driver.