#include <SoundManager.h>
| omicron::SoundManager::SoundManager |
( |
| ) |
|
| omicron::SoundManager::~SoundManager |
( |
| ) |
|
| omicron::SoundManager::SoundManager |
( |
const String & |
host, |
|
|
int |
port |
|
) |
| |
| void omicron::SoundManager::addBuffer |
( |
Ref< Sound > |
| ) |
|
| void omicron::SoundManager::cleanupAllSounds |
( |
| ) |
|
| void omicron::SoundManager::connectToServer |
( |
const String & |
host, |
|
|
int |
port |
|
) |
| |
| String& omicron::SoundManager::getAssetDirectory |
( |
| ) |
|
| Vector<int> omicron::SoundManager::getInstanceIDList |
( |
| ) |
|
| Quaternion omicron::SoundManager::getListenerOrientation |
( |
| ) |
|
| Vector3f omicron::SoundManager::getListenerPosition |
( |
| ) |
|
| int omicron::SoundManager::getServerVolume |
( |
| ) |
|
| Sound* omicron::SoundManager::getSound |
( |
const String & |
name | ) |
|
| int omicron::SoundManager::getSoundLoadWaitTime |
( |
| ) |
|
|
inline |
| Quaternion omicron::SoundManager::getUserOrientation |
( |
| ) |
|
| Vector3f omicron::SoundManager::getUserPosition |
( |
| ) |
|
| bool omicron::SoundManager::isAssetCacheEnabled |
( |
| ) |
|
|
inline |
| bool omicron::SoundManager::isAssetDirectorySet |
( |
| ) |
|
| bool omicron::SoundManager::isDebugEnabled |
( |
| ) |
|
| bool omicron::SoundManager::isForceCacheOverwriteEnabled |
( |
| ) |
|
| bool omicron::SoundManager::isSoundServerRunning |
( |
| ) |
|
| void omicron::SoundManager::poll |
( |
| ) |
|
| bool omicron::SoundManager::sendOSCMessage |
( |
Message |
| ) |
|
| void omicron::SoundManager::setAssetCacheEnabled |
( |
bool |
value | ) |
|
|
inline |
| void omicron::SoundManager::setAssetDirectory |
( |
const String & |
| ) |
|
| void omicron::SoundManager::setForceCacheOverwrite |
( |
bool |
value | ) |
|
| void omicron::SoundManager::setListenerOrientation |
( |
Quaternion |
| ) |
|
| void omicron::SoundManager::setListenerPosition |
( |
Vector3f |
| ) |
|
| void omicron::SoundManager::setServerVolume |
( |
int |
| ) |
|
| void omicron::SoundManager::setSound |
( |
const String & |
name, |
|
|
Ref< Sound > |
sound |
|
) |
| |
| void omicron::SoundManager::setSoundLoadWaitTime |
( |
int |
time | ) |
|
|
inline |
| void omicron::SoundManager::setup |
( |
Setting & |
settings | ) |
|
| void omicron::SoundManager::setUserOrientation |
( |
Quaternion |
| ) |
|
| void omicron::SoundManager::setUserPosition |
( |
Vector3f |
| ) |
|
| void omicron::SoundManager::showDebugInfo |
( |
bool |
| ) |
|
| void omicron::SoundManager::startSoundServer |
( |
| ) |
|
| void omicron::SoundManager::stopAllSounds |
( |
| ) |
|
| void omicron::SoundManager::stopSoundServer |
( |
| ) |
|
| void omicron::SoundManager::wait |
( |
float |
| ) |
|
The documentation for this class was generated from the following file: