Panda3D
 All Classes Functions Variables Enumerations
config_milesAudio.h
1 // Filename: config_milesAudio.h
2 // Created by: skyler
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #ifndef CONFIG_MILESAUDIO_H
16 #define CONFIG_MILESAUDIO_H
17 
18 #include "pandabase.h"
19 
20 #ifdef HAVE_RAD_MSS //[
21 #include "notifyCategoryProxy.h"
22 #include "configVariableBool.h"
23 #include "configVariableInt.h"
24 #include "dconfig.h"
25 #include "audioManager.h"
26 
27 ConfigureDecl(config_milesAudio, EXPCL_MILES_AUDIO, EXPTP_MILES_AUDIO);
28 NotifyCategoryDecl(milesAudio, EXPCL_MILES_AUDIO, EXPTP_MILES_AUDIO);
29 
30 extern ConfigVariableBool miles_audio_force_midi_reset;
31 extern ConfigVariableInt miles_audio_expand_mp3_threshold;
32 extern ConfigVariableInt miles_audio_preload_threshold;
33 extern ConfigVariableBool miles_audio_panda_threads;
34 
35 extern EXPCL_MILES_AUDIO void init_libMilesAudio();
36 extern "C" EXPCL_MILES_AUDIO Create_AudioManager_proc *get_audio_manager_func_miles_audio();
37 #endif //]
38 
39 #endif // CONFIG_MILESAUDIO_H
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as an integer type.