Public Member Functions | Friends

sp::audio::WinMMSoundDevice Class Reference

#include <spWinMMSoundDevice.hpp>

Inheritance diagram for sp::audio::WinMMSoundDevice:
sp::audio::SoundDevice

List of all members.

Public Member Functions

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

Friends

class WinMMSound

Constructor & Destructor Documentation

sp::audio::WinMMSoundDevice::WinMMSoundDevice (  ) 
sp::audio::WinMMSoundDevice::~WinMMSoundDevice (  ) 

Member Function Documentation

Sound* sp::audio::WinMMSoundDevice::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::WinMMSoundDevice::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 WinMMSound [friend]

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