Panda3D
panda
src
audiotraits
config_fmodAudio.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_fmodAudio.h
10
* @author cort
11
*/
12
13
#ifndef CONFIG_FMODAUDIO_H
14
#define CONFIG_FMODAUDIO_H
15
16
#include "
pandabase.h
"
17
18
#include "
notifyCategoryProxy.h
"
19
#include "
dconfig.h
"
20
#include "
audioManager.h
"
21
22
ConfigureDecl(config_fmodAudio, EXPCL_FMOD_AUDIO, EXPTP_FMOD_AUDIO);
23
NotifyCategoryDecl(fmodAudio, EXPCL_FMOD_AUDIO, EXPTP_FMOD_AUDIO);
24
25
extern
ConfigVariableInt
fmod_audio_preload_threshold;
26
27
extern
"C"
EXPCL_FMOD_AUDIO
void
init_libFmodAudio
();
28
extern
"C"
EXPCL_FMOD_AUDIO Create_AudioManager_proc *
get_audio_manager_func_fmod_audio
();
29
30
#endif // CONFIG_FMODAUDIO_H
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
notifyCategoryProxy.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
get_audio_manager_func_fmod_audio
EXPCL_FMOD_AUDIO Create_AudioManager_proc * get_audio_manager_func_fmod_audio()
This function is called when the dynamic library is loaded; it should return the Create_AudioManager ...
Definition:
config_fmodAudio.cxx:72
init_libFmodAudio
EXPCL_FMOD_AUDIO void init_libFmodAudio()
Initializes the library.
Definition:
config_fmodAudio.cxx:48
dconfig.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
audioManager.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ConfigVariableInt
This is a convenience class to specialize ConfigVariable as an integer type.
Definition:
configVariableInt.h:24
Generated on Sat Jan 11 2020 15:14:41 for Panda3D by
1.8.17