Panda3D
config_ffmpeg.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_ffmpeg.h
10  * @author rdb
11  * @date 2013-08-23
12  */
13 
14 #ifndef CONFIG_FFMPEG_H
15 #define CONFIG_FFMPEG_H
16 
17 #include "pandabase.h"
18 #include "notifyCategoryProxy.h"
19 #include "configVariableEnum.h"
20 #include "configVariableInt.h"
21 #include "configVariableBool.h"
22 #include "threadPriority.h"
23 #include "dconfig.h"
24 
25 ConfigureDecl(config_ffmpeg, EXPCL_FFMPEG, EXPTP_FFMPEG);
26 NotifyCategoryDecl(ffmpeg, EXPCL_FFMPEG, EXPTP_FFMPEG);
27 
28 extern ConfigVariableInt ffmpeg_max_readahead_frames;
29 extern ConfigVariableBool ffmpeg_show_seek_frames;
30 extern ConfigVariableBool ffmpeg_support_seek;
31 extern ConfigVariableBool ffmpeg_global_lock;
32 extern ConfigVariableEnum<ThreadPriority> ffmpeg_thread_priority;
33 extern ConfigVariableInt ffmpeg_read_buffer_size;
34 extern ConfigVariableBool ffmpeg_prefer_libvpx;
35 
36 extern EXPCL_FFMPEG void init_libffmpeg();
37 
38 #endif /* CONFIG_FFMPEG_H */
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as a boolean type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class specializes ConfigVariable as an enumerated type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a convenience class to specialize ConfigVariable as an integer type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_FFMPEG void init_libffmpeg()
Initializes the library.