Panda3D
Loading...
Searching...
No Matches
config_milesAudio.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_milesAudio.h
10 * @author skyler
11 */
12
13#ifndef CONFIG_MILESAUDIO_H
14#define CONFIG_MILESAUDIO_H
15
16#include "pandabase.h"
17
18#ifdef HAVE_RAD_MSS //[
19#include "notifyCategoryProxy.h"
20#include "configVariableBool.h"
21#include "configVariableInt.h"
22#include "dconfig.h"
23#include "audioManager.h"
24
25ConfigureDecl(config_milesAudio, EXPCL_MILES_AUDIO, EXPTP_MILES_AUDIO);
26NotifyCategoryDecl(milesAudio, EXPCL_MILES_AUDIO, EXPTP_MILES_AUDIO);
27
28extern ConfigVariableBool miles_audio_force_midi_reset;
29extern ConfigVariableInt miles_audio_expand_mp3_threshold;
30extern ConfigVariableInt miles_audio_preload_threshold;
31extern ConfigVariableBool miles_audio_panda_threads;
32
33extern EXPCL_MILES_AUDIO void init_libMilesAudio();
34extern "C" EXPCL_MILES_AUDIO Create_AudioManager_proc *get_audio_manager_func_miles_audio();
35#endif //]
36
37#endif // CONFIG_MILESAUDIO_H
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as a boolean type.
This is a convenience class to specialize ConfigVariable as an integer type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.