Public Member Functions | Friends

sp::audio::XAudio2SoundDevice Class Reference

#include <spXAudio2SoundDevice.hpp>

Inheritance diagram for sp::audio::XAudio2SoundDevice:
sp::audio::SoundDevice

List of all members.

Public Member Functions

 XAudio2SoundDevice ()
 ~XAudio2SoundDevice ()
io::stringc getInterface () const
 Returns the interface name of the sound system (e.g. "WinMM", "OpenSL|ES" or "OpenAL 1.1").
SoundcreateSound ()

Friends

class XAudio2Sound

Constructor & Destructor Documentation

sp::audio::XAudio2SoundDevice::XAudio2SoundDevice (  ) 
sp::audio::XAudio2SoundDevice::~XAudio2SoundDevice (  ) 

Member Function Documentation

Sound* sp::audio::XAudio2SoundDevice::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::XAudio2SoundDevice::getInterface (  )  const [virtual]

Returns the interface name of the sound system (e.g. "WinMM", "OpenSL|ES" or "OpenAL 1.1").

Implements sp::audio::SoundDevice.


Friends And Related Function Documentation

friend class XAudio2Sound [friend]

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