Panda3D
Loading...
Searching...
No Matches
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
24ConfigureDecl(config_movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES);
25NotifyCategoryDecl(movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES);
26
27extern ConfigVariableList load_audio_type;
28extern ConfigVariableList load_video_type;
29
30extern ConfigVariableBool opus_enable_seek;
31
32extern ConfigVariableBool vorbis_enable_seek;
33extern ConfigVariableBool vorbis_seek_lap;
34
35extern EXPCL_PANDA_MOVIES void init_libmovies();
36
37#endif /* CONFIG_MOVIES_H */
This is a convenience class to specialize ConfigVariable as a boolean type.
This class is similar to ConfigVariable, but it reports its value as a list of strings.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PANDA_MOVIES void init_libmovies()
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.