Panda3D
Loading...
Searching...
No Matches
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
22ConfigureDecl(config_openalAudio, EXPCL_OPENAL_AUDIO, EXPTP_OPENAL_AUDIO);
23NotifyCategoryDecl(openalAudio, EXPCL_OPENAL_AUDIO, EXPTP_OPENAL_AUDIO);
24
25extern "C" EXPCL_OPENAL_AUDIO void init_libOpenALAudio();
26extern "C" EXPCL_OPENAL_AUDIO Create_AudioManager_proc *get_audio_manager_func_openal_audio();
27
28extern ConfigVariableString openal_device;
29extern ConfigVariableInt openal_buffer_delete_retries;
30extern ConfigVariableDouble openal_buffer_delete_delay;
31
32#endif // CONFIG_OPENALAUDIO_H
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 an integer type.
This is a convenience class to specialize ConfigVariable as a string type.
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 ...
EXPCL_OPENAL_AUDIO void init_libOpenALAudio()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.