OpenShot Library | libopenshot
0.2.7
|
This struct holds version number information. Use the GetVersion() method to access the current version of libopenshot. More...
#include </usr/src/packages/BUILD/debian/build/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 62 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 69 of file OpenShotVersion.h.
|
static |
|
static |
Definition at line 63 of file OpenShotVersion.h.
|
static |
Major version number.
Definition at line 64 of file OpenShotVersion.h.
|
static |
Build number.
Definition at line 66 of file OpenShotVersion.h.