OpenShot Library | libopenshot
0.3.3
|
Go to the documentation of this file.
13 #ifndef OPENSHOT_VERSION_H
14 #define OPENSHOT_VERSION_H
16 #define OPENSHOT_VERSION_ALL "0.3.3"
17 #define OPENSHOT_VERSION_FULL "0.3.3"
18 #define OPENSHOT_VERSION_MAJOR_MINOR "0.3"
20 #define OPENSHOT_VERSION_MAJOR 0
21 #define OPENSHOT_VERSION_MINOR 3
22 #define OPENSHOT_VERSION_BUILD 3
23 #define OPENSHOT_VERSION_SO 26
26 #define QT_VERSION_STR "5.12.8"
27 #define AVCODEC_VERSION_STR "58.54.100"
28 #define AVFORMAT_VERSION_STR "58.29.100"
29 #define AVUTIL_VERSION_STR "56.31.100"
30 #define OPENCV_VERSION_STR "4.2.0"
32 #define HAVE_IMAGEMAGICK 1
35 #define FFMPEG_USE_SWRESAMPLE 1
36 #define APPIMAGE_BUILD 1
51 std::stringstream version_string;
53 return version_string.str();
63 #endif // OPENSHOT_VERSION_H
This namespace is the default namespace for all code in the openshot library.
#define OPENSHOT_VERSION_SO
#define OPENSHOT_VERSION_MINOR
static const int So
Build number.
static const std::string ToString()
Shared Object Number (incremented when API or ABI changes)
#define OPENSHOT_VERSION_BUILD
static const int Minor
Major version number.
static const int Build
Minor version number.
OpenShotVersion GetVersion()
Get the current version number of libopenshot (major, minor, and build number)
This struct holds version number information. Use the GetVersion() method to access the current versi...
#define OPENSHOT_VERSION_MAJOR