PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"#include "audioManager.h"#include "plist.h"#include "pmap.h"#include "pset.h"#include "movieAudioCursor.h"#include "reMutex.h"#include <AL/al.h>#include <AL/alc.h>Go to the source code of this file.
Classes | |
| class | OpenALAudioManager |
Functions | |
| void | al_audio_errcheck (const char *context) |
| void | alc_audio_errcheck (const char *context, ALCdevice *device) |
| EXPCL_OPENAL_AUDIO AudioManager * | Create_OpenALAudioManager () |
| Factory Function. 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.h.
| EXPCL_OPENAL_AUDIO AudioManager* Create_OpenALAudioManager | ( | ) |
Factory Function.
Definition at line 73 of file openalAudioManager.cxx.
Referenced by get_audio_manager_func_openal_audio(), and init_libOpenALAudio().
1.8.15