Panda3D
panda
src
movies
config_movies.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_movies.h
10
* @author jyelon
11
* @date 2007-07-02
12
*/
13
14
#ifndef CONFIG_MOVIES_H
15
#define CONFIG_MOVIES_H
16
17
#include "
pandabase.h
"
18
#include "
notifyCategoryProxy.h
"
19
#include "
configVariableBool.h
"
20
#include "
configVariableList.h
"
21
#include "
threadPriority.h
"
22
#include "
dconfig.h
"
23
24
ConfigureDecl(config_movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES);
25
NotifyCategoryDecl(movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES);
26
27
extern
ConfigVariableList
load_audio_type;
28
extern
ConfigVariableList
load_video_type;
29
30
extern
ConfigVariableBool
opus_enable_seek;
31
32
extern
ConfigVariableBool
vorbis_enable_seek;
33
extern
ConfigVariableBool
vorbis_seek_lap;
34
35
extern
EXPCL_PANDA_MOVIES
void
init_libmovies
();
36
37
#endif
/* CONFIG_MOVIES_H */
ConfigVariableBool
This is a convenience class to specialize ConfigVariable as a boolean type.
Definition:
configVariableBool.h:23
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
notifyCategoryProxy.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableList.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableBool.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
dconfig.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ConfigVariableList
This class is similar to ConfigVariable, but it reports its value as a list of strings.
Definition:
configVariableList.h:31
init_libmovies
EXPCL_PANDA_MOVIES void init_libmovies()
Initializes the library.
Definition:
config_movies.cxx:84
threadPriority.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Sat Jan 11 2020 15:15:14 for Panda3D by
1.8.17