Public Member Functions

sp::audio::DummySoundDevice Class Reference

#include <spDummySoundDevice.hpp>

Inheritance diagram for sp::audio::DummySoundDevice:
sp::audio::SoundDevice

List of all members.

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").
DummySoundcreateSound ()

Constructor & Destructor Documentation

sp::audio::DummySoundDevice::DummySoundDevice (  ) 
sp::audio::DummySoundDevice::~DummySoundDevice (  ) 

Member Function Documentation

DummySound * sp::audio::DummySoundDevice::createSound (  )  [virtual]

Creates a sound where no sound-file will be loaded.

Returns:
Pointer to the new Sound object.

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines