#include <spDummySoundDevice.hpp>
Public Member Functions | |
DummySoundDevice () | |
~DummySoundDevice () | |
io::stringc | getInterface () const |
Returns the interface name of the sound system (e.g. "WinMM", "OpenSL|ES" or "OpenAL 1.1"). | |
DummySound * | createSound () |
sp::audio::DummySoundDevice::DummySoundDevice | ( | ) |
sp::audio::DummySoundDevice::~DummySoundDevice | ( | ) |
DummySound * sp::audio::DummySoundDevice::createSound | ( | ) | [virtual] |
Creates a sound where no sound-file will be loaded.
Implements sp::audio::SoundDevice.
io::stringc sp::audio::DummySoundDevice::getInterface | ( | ) | const [virtual] |
Returns the interface name of the sound system (e.g. "WinMM", "OpenSL|ES" or "OpenAL 1.1").
Implements sp::audio::SoundDevice.