OpenTTD Source
20241109-master-g5e4f8db7d6
|
Implementation of the SDL sound driver. More...
#include <sdl_s.h>
Public Member Functions | |
std::optional< std::string_view > | Start (const StringList ¶m) override |
Start this driver. More... | |
void | Stop () override |
Stop this driver. | |
std::string_view | GetName () const override |
Get the name of this driver. More... | |
Public Member Functions inherited from SoundDriver | |
virtual void | MainLoop () |
Called once every tick. | |
virtual bool | HasOutput () const |
Whether the driver has an output from which the user can hear sound. More... | |
Additional Inherited Members | |
Public Types inherited from Driver | |
enum | Type { DT_BEGIN = 0 , DT_MUSIC = 0 , DT_SOUND , DT_VIDEO , DT_END } |
The type of driver. More... | |
Static Public Member Functions inherited from SoundDriver | |
static SoundDriver * | GetInstance () |
Get the currently active instance of the sound driver. | |
|
inlineoverridevirtual |
|
overridevirtual |
Start this driver.
parm | Parameters passed to the driver. |
Implements Driver.
Definition at line 33 of file sdl_s.cpp.
References fill_sound_buffer(), and GetDriverParamInt().