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