PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"#include "config_audio.h"#include "config_putil.h"#include "config_express.h"#include "config_openalAudio.h"#include "openalAudioManager.h"#include "openalAudioSound.h"#include "virtualFileSystem.h"#include "movieAudio.h"#include "reMutexHolder.h"#include <algorithm>Go to the source code of this file.
Macros | |
| #define | ALC_ALL_DEVICES_SPECIFIER 0x1013 |
| #define | ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012 |
Functions | |
| void | al_audio_errcheck (const char *context) |
| void | alc_audio_errcheck (const char *context, ALCdevice *device) |
| AudioManager * | Create_OpenALAudioManager () |
| Factory Function. More... | |
| PT (AudioSound) OpenALAudioManager | |
| This is what creates a sound instance. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file openalAudioManager.cxx.
| AudioManager* Create_OpenALAudioManager | ( | ) |
Factory Function.
Definition at line 73 of file openalAudioManager.cxx.
Referenced by get_audio_manager_func_openal_audio(), and init_libOpenALAudio().
| PT | ( | AudioSound | ) |
This is what creates a sound instance.
Definition at line 468 of file openalAudioManager.cxx.
References OpenALAudioManager::is_valid().
1.8.15