10 #ifndef SOUND_XAUDIO2_H 11 #define SOUND_XAUDIO2_H 18 const char *
Start(
const char *
const *param)
override;
21 const char *
GetName()
const override {
return "xaudio2"; }
Factory for the XAudio2 sound driver.
Driver * CreateInstance() const override
Create an instance of this driver-class.
Base for all sound drivers.
Base for all sound drivers.
void Stop() override
Stop this driver.
Implementation of the XAudio2 sound driver.
Base for all driver factories.
A driver for communicating with the user.
const char * Start(const char *const *param) override
Start this driver.
const char * GetName() const override
Get the name of this driver.