OpenTTD Source 20241224-master-gee860a5c8e
FSoundDriver_SDL Class Reference

Factory for the SDL sound driver. More...

#include <sdl_s.h>

Inheritance diagram for FSoundDriver_SDL:
DriverFactoryBase

Public Member Functions

DriverCreateInstance () const override
 Create an instance of this driver-class.
 
- Public Member Functions inherited from DriverFactoryBase
std::string_view GetDescription () const
 Get a nice description of the driver-class.
 

Additional Inherited Members

- Static Public Member Functions inherited from DriverFactoryBase
static void ShutdownDrivers ()
 Shuts down all active drivers.
 
static void SelectDriver (const std::string &name, Driver::Type type)
 Find the requested driver and return its class.
 
static void GetDriversInfo (std::back_insert_iterator< std::string > &output_iterator)
 Build a human readable list of available drivers, grouped by type.
 
- Protected Member Functions inherited from DriverFactoryBase
 DriverFactoryBase (Driver::Type type, int priority, const char *name, const char *description)
 Construct a new DriverFactory.
 
virtual ~DriverFactoryBase ()
 Frees memory used for this->name.
 
virtual bool UsesHardwareAcceleration () const
 Does the driver use hardware acceleration (video-drivers only).
 

Detailed Description

Factory for the SDL sound driver.

Definition at line 25 of file sdl_s.h.

Constructor & Destructor Documentation

◆ FSoundDriver_SDL()

FSoundDriver_SDL::FSoundDriver_SDL ( )
inline

Definition at line 27 of file sdl_s.h.

Member Function Documentation

◆ CreateInstance()

Driver * FSoundDriver_SDL::CreateInstance ( ) const
inlineoverridevirtual

Create an instance of this driver-class.

Returns
The instance.

Implements DriverFactoryBase.

Definition at line 28 of file sdl_s.h.


The documentation for this class was generated from the following file: