OpenShot Library | libopenshot  0.3.2
Classes | Namespaces | Macros | Functions
OpenShotVersion.h File Reference

Header file that includes the version number of libopenshot. More...

#include <sstream>
Include dependency graph for OpenShotVersion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openshot::OpenShotVersion
 This struct holds version number information. Use the GetVersion() method to access the current version of libopenshot. More...
 

Namespaces

 openshot
 This namespace is the default namespace for all code in the openshot library.
 

Macros

#define APPIMAGE_BUILD   1
 
#define AVCODEC_VERSION_STR   "58.54.100"
 
#define AVFORMAT_VERSION_STR   "58.29.100"
 
#define AVUTIL_VERSION_STR   "56.31.100"
 
#define FFMPEG_USE_SWRESAMPLE   1
 
#define HAVE_BABL   1
 
#define HAVE_IMAGEMAGICK   1
 
#define HAVE_OPENCV   1
 
#define HAVE_RESVG   1
 
#define OPENCV_VERSION_STR   "4.2.0"
 
#define OPENSHOT_VERSION_ALL   "0.3.2"
 
#define OPENSHOT_VERSION_BUILD   2
 
#define OPENSHOT_VERSION_FULL   "0.3.2"
 
#define OPENSHOT_VERSION_MAJOR   0
 
#define OPENSHOT_VERSION_MAJOR_MINOR   "0.3"
 
#define OPENSHOT_VERSION_MINOR   3
 
#define OPENSHOT_VERSION_SO   25
 
#define QT_VERSION_STR   "5.12.8"
 

Functions

OpenShotVersion openshot::GetVersion ()
 Get the current version number of libopenshot (major, minor, and build number) More...
 

Detailed Description

Header file that includes the version number of libopenshot.

Author
Jonathan Thomas jonat.nosp@m.han@.nosp@m.opens.nosp@m.hot..nosp@m.org

License

Definition in file OpenShotVersion.h.

Macro Definition Documentation

◆ APPIMAGE_BUILD

#define APPIMAGE_BUILD   1

Definition at line 36 of file OpenShotVersion.h.

◆ AVCODEC_VERSION_STR

#define AVCODEC_VERSION_STR   "58.54.100"

Definition at line 27 of file OpenShotVersion.h.

◆ AVFORMAT_VERSION_STR

#define AVFORMAT_VERSION_STR   "58.29.100"

Definition at line 28 of file OpenShotVersion.h.

◆ AVUTIL_VERSION_STR

#define AVUTIL_VERSION_STR   "56.31.100"

Definition at line 29 of file OpenShotVersion.h.

◆ FFMPEG_USE_SWRESAMPLE

#define FFMPEG_USE_SWRESAMPLE   1

Definition at line 35 of file OpenShotVersion.h.

◆ HAVE_BABL

#define HAVE_BABL   1

Definition at line 31 of file OpenShotVersion.h.

◆ HAVE_IMAGEMAGICK

#define HAVE_IMAGEMAGICK   1

Definition at line 32 of file OpenShotVersion.h.

◆ HAVE_OPENCV

#define HAVE_OPENCV   1

Definition at line 34 of file OpenShotVersion.h.

◆ HAVE_RESVG

#define HAVE_RESVG   1

Definition at line 33 of file OpenShotVersion.h.

◆ OPENCV_VERSION_STR

#define OPENCV_VERSION_STR   "4.2.0"

Definition at line 30 of file OpenShotVersion.h.

◆ OPENSHOT_VERSION_ALL

#define OPENSHOT_VERSION_ALL   "0.3.2"

Definition at line 16 of file OpenShotVersion.h.

◆ OPENSHOT_VERSION_BUILD

#define OPENSHOT_VERSION_BUILD   2

Definition at line 22 of file OpenShotVersion.h.

◆ OPENSHOT_VERSION_FULL

#define OPENSHOT_VERSION_FULL   "0.3.2"

Definition at line 17 of file OpenShotVersion.h.

◆ OPENSHOT_VERSION_MAJOR

#define OPENSHOT_VERSION_MAJOR   0

Definition at line 20 of file OpenShotVersion.h.

◆ OPENSHOT_VERSION_MAJOR_MINOR

#define OPENSHOT_VERSION_MAJOR_MINOR   "0.3"

Definition at line 18 of file OpenShotVersion.h.

◆ OPENSHOT_VERSION_MINOR

#define OPENSHOT_VERSION_MINOR   3

Definition at line 21 of file OpenShotVersion.h.

◆ OPENSHOT_VERSION_SO

#define OPENSHOT_VERSION_SO   25

Definition at line 23 of file OpenShotVersion.h.

◆ QT_VERSION_STR

#define QT_VERSION_STR   "5.12.8"

Definition at line 26 of file OpenShotVersion.h.