OpenShot Library | libopenshot
0.3.0
|
This struct holds version number information. Use the GetVersion() method to access the current version of libopenshot. More...
#include </build/libopenshot-0.3.0+dfsg1/obj-x86_64-linux-gnu/src/OpenShotVersion.h>
Static Public Member Functions | |
static const std::string | ToString () |
Shared Object Number (incremented when API or ABI changes) More... | |
Static Public Attributes | |
static const int | Build = OPENSHOT_VERSION_BUILD |
Minor version number. More... | |
static const int | Major = OPENSHOT_VERSION_MAJOR |
static const int | Minor = OPENSHOT_VERSION_MINOR |
Major version number. More... | |
static const int | So = OPENSHOT_VERSION_SO |
Build number. More... | |
This struct holds version number information. Use the GetVersion() method to access the current version of libopenshot.
Definition at line 43 of file OpenShotVersion.h.
|
inlinestatic |
Shared Object Number (incremented when API or ABI changes)
Get a string version of the version (i.e. "Major.Minor.Build")
Definition at line 50 of file OpenShotVersion.h.
|
static |
|
static |
Definition at line 44 of file OpenShotVersion.h.
|
static |
Major version number.
Definition at line 45 of file OpenShotVersion.h.
|
static |
Build number.
Definition at line 47 of file OpenShotVersion.h.