Panda3D
config_openalAudio.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file config_openalAudio.h
10  * @author Ben Buchwald <bb2@alumni.cmu.edu>
11  */
12 
13 #ifndef CONFIG_OPENALAUDIO_H
14 #define CONFIG_OPENALAUDIO_H
15 
16 #include "pandabase.h"
17 
18 #include "notifyCategoryProxy.h"
19 #include "dconfig.h"
20 #include "audioManager.h"
21 
22 ConfigureDecl(config_openalAudio, EXPCL_OPENAL_AUDIO, EXPTP_OPENAL_AUDIO);
23 NotifyCategoryDecl(openalAudio, EXPCL_OPENAL_AUDIO, EXPTP_OPENAL_AUDIO);
24 
25 extern "C" EXPCL_OPENAL_AUDIO void init_libOpenALAudio();
26 extern "C" EXPCL_OPENAL_AUDIO Create_AudioManager_proc *get_audio_manager_func_openal_audio();
27 
28 extern ConfigVariableString openal_device;
29 extern ConfigVariableInt openal_buffer_delete_retries;
30 extern ConfigVariableDouble openal_buffer_delete_delay;
31 
32 #endif // CONFIG_OPENALAUDIO_H
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_OPENAL_AUDIO Create_AudioManager_proc * get_audio_manager_func_openal_audio()
This function is called when the dynamic library is loaded; it should return the Create_AudioManager ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as a floating- point type.
This is a convenience class to specialize ConfigVariable as a string type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_OPENAL_AUDIO void init_libOpenALAudio()
Initializes the library.
This is a convenience class to specialize ConfigVariable as an integer type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.