37 #ifndef RTPLIBRARYVERSION_H
39 #define RTPLIBRARYVERSION_H
41 #include "rtpconfig.h"
57 RTPLibraryVersion(
int major,
int minor,
int debug) { majornr = major; minornr = minor; debugnr = debug; }
71 int debugnr,minornr,majornr;
Used to provide information about the version of the library.
Definition: rtplibraryversion.h:52
int GetMinorNumber() const
Returns the minor version number.
Definition: rtplibraryversion.h:63
static RTPLibraryVersion GetVersion()
Returns an instance of RTPLibraryVersion describing the version of the library.
int GetMajorNumber() const
Returns the major version number.
Definition: rtplibraryversion.h:60
int GetDebugNumber() const
Returns the debug version number.
Definition: rtplibraryversion.h:66
std::string GetVersionString() const
Returns a string describing the library version.