Panda3D
Loading...
Searching...
No Matches
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
22ConfigureDecl(config_fmodAudio, EXPCL_FMOD_AUDIO, EXPTP_FMOD_AUDIO);
23NotifyCategoryDecl(fmodAudio, EXPCL_FMOD_AUDIO, EXPTP_FMOD_AUDIO);
24
25extern ConfigVariableInt fmod_audio_preload_threshold;
26
27extern "C" EXPCL_FMOD_AUDIO void init_libFmodAudio();
28extern "C" EXPCL_FMOD_AUDIO Create_AudioManager_proc *get_audio_manager_func_fmod_audio();
29
30#endif // CONFIG_FMODAUDIO_H
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as an integer type.
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 ...
EXPCL_FMOD_AUDIO void init_libFmodAudio()
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.