Public Member Functions | Friends

sp::audio::OpenSLESSoundDevice Class Reference

#include <spOpenSLESSoundDevice.hpp>

Inheritance diagram for sp::audio::OpenSLESSoundDevice:
sp::audio::SoundDevice

List of all members.

Public Member Functions

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

Friends

class OpenSLESSound

Constructor & Destructor Documentation

sp::audio::OpenSLESSoundDevice::OpenSLESSoundDevice (  ) 
sp::audio::OpenSLESSoundDevice::~OpenSLESSoundDevice (  ) 

Member Function Documentation

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

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