|
| std::optional< std::string_view > | Start (const StringList ¶m) override |
| | Start this driver.
|
| |
| void | Stop () override |
| | Stop this driver.
|
| |
| std::string_view | GetName () const override |
| | Get the name of this driver.
|
| |
| virtual void | MainLoop () |
| | Called once every tick.
|
| |
| virtual bool | HasOutput () const |
| | Whether the driver has an output from which the user can hear sound.
|
| |
Definition at line 15 of file cocoa_s.h.
◆ GetName()
| std::string_view SoundDriver_Cocoa::GetName |
( |
| ) |
const |
|
inlineoverridevirtual |
Get the name of this driver.
- Returns
- The name of the driver.
Implements Driver.
Definition at line 20 of file cocoa_s.h.
◆ Start()
| std::optional< std::string_view > SoundDriver_Cocoa::Start |
( |
const StringList & |
parm | ) |
|
|
overridevirtual |
Start this driver.
- Parameters
-
| parm | Parameters passed to the driver. |
- Returns
- std::nullopt if everything went okay, otherwise an error message.
Implements Driver.
◆ Stop()
| void SoundDriver_Cocoa::Stop |
( |
| ) |
|
|
overridevirtual |
Stop this driver.
Implements Driver.
The documentation for this class was generated from the following file: