GluonAudio::Engine Class Reference
#include <engine.h>
List of all members.
Detailed Description
Definition at line 38 of file engine.h.
Member Function Documentation
void GluonAudio::Engine::alcList |
( |
const char * |
arg1 |
) |
|
static void GluonAudio::Engine::close |
( |
|
) |
[inline, static] |
static ALCcontext* GluonAudio::Engine::context |
( |
|
) |
[inline, static] |
static ALCdevice* GluonAudio::Engine::device |
( |
|
) |
[inline, static] |
QStringList Engine::deviceList |
( |
|
) |
[static] |
- Returns:
- a QStringList of the available output devices
- See also:
- setDevice
Definition at line 51 of file engine.cpp.
ALCcontext* GluonAudio::Engine::getAlContext |
( |
|
) |
[inline] |
ALCdevice* GluonAudio::Engine::getAlDevice |
( |
|
) |
[inline] |
QVector3D Engine::listenerPosition |
( |
|
) |
|
bool Engine::setDevice |
( |
const QString & |
deviceName |
) |
|
Change the output device to the specified OpenAL device name
- Parameters:
-
| deviceName | the OpenAL device name - Returns:
- true if the new device was successfuly set, false otherwise
- See also:
- deviceList, setCategory
|
Definition at line 68 of file engine.cpp.
void Engine::setListenerPosition |
( |
const QVector3D & |
position |
) |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following files: