OpenTTD Source  1.11.0-beta2
SoundDriver_Allegro Class Reference

Implementation of the allegro sound driver. More...

#include <allegro_s.h>

Inheritance diagram for SoundDriver_Allegro:
SoundDriver Driver

Public Member Functions

const char * Start (const StringList &param)
 Start this driver. More...
 
void Stop ()
 Stop this driver.
 
void MainLoop ()
 Called once every tick.
 
const char * GetName () const
 Get the name of this driver. More...
 
- Public Member Functions inherited from SoundDriver
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 SoundDriverGetInstance ()
 Get the currently active instance of the sound driver.
 

Detailed Description

Implementation of the allegro sound driver.

Definition at line 16 of file allegro_s.h.

Member Function Documentation

◆ GetName()

const char* SoundDriver_Allegro::GetName ( ) const
inlinevirtual

Get the name of this driver.

Returns
The name of the driver.

Implements Driver.

Definition at line 23 of file allegro_s.h.

◆ Start()

const char* SoundDriver_Allegro::Start ( const StringList parm)
virtual

Start this driver.

Parameters
parmParameters passed to the driver.
Returns
nullptr if everything went okay, otherwise an error message.

Implements Driver.


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