Go to the source code of this file.
◆ DEF_FFMPEG_LIB_VERSION
| #define DEF_FFMPEG_LIB_VERSION |
( |
| lib | ) |
|
Value:{(#
lib "_version"), (
"The " #
lib " version as a tuple of 3 numbers")}, \
{ \
(#
lib "_version_string"), (
"The " #
lib " version formatted as a string") \
}
static DynamicLibrary lib
Definition at line 30 of file bpy_app_ffmpeg.cc.
◆ FFMPEG_LIB_VERSION
| #define FFMPEG_LIB_VERSION |
( |
| lib | ) |
|
Value:{ \
SetStrItem("Unknown"); \
SetStrItem("Unknown"); \
} \
(void)0
Referenced by make_ffmpeg_info().
◆ SetObjItem
| #define SetObjItem |
( |
| obj | ) |
|
◆ SetStrItem
| #define SetStrItem |
( |
| str | ) |
|
Value:PyStructSequence_SET_ITEM(ffmpeg_info,
pos++, PyUnicode_FromString(
str))
◆ BPY_app_ffmpeg_struct()
| PyObject * BPY_app_ffmpeg_struct |
( |
| ) |
|
|
nodiscard |
◆ make_ffmpeg_info()
| PyObject * make_ffmpeg_info |
( |
| ) |
|
|
static |
◆ app_ffmpeg_info_desc
| PyStructSequence_Desc app_ffmpeg_info_desc |
|
static |
Initial value: = {
"bpy.app.ffmpeg",
"This module contains information about FFmpeg blender is linked against",
}
static PyStructSequence_Field app_ffmpeg_info_fields[]
Definition at line 49 of file bpy_app_ffmpeg.cc.
Referenced by BPY_app_ffmpeg_struct().
◆ app_ffmpeg_info_fields
| PyStructSequence_Field app_ffmpeg_info_fields[] |
|
static |
Initial value: = {
{"supported", "Boolean, True when Blender is built with FFmpeg support"},
{nullptr},
}
#define DEF_FFMPEG_LIB_VERSION(lib)
Definition at line 36 of file bpy_app_ffmpeg.cc.
◆ BlenderAppFFmpegType
| PyTypeObject BlenderAppFFmpegType |
|
static |