This method can be used to fill a version structure with the compile-time version of the SMPEG library.
This function returns a Smpeg.SMPEG_version struct containing the compiled version number
Binds to C-function call in smpeg.h:
#define SMPEG_VERSION(X) { (X)->major = SMPEG_MAJOR_VERSION; (X)->minor = SMPEG_MINOR_VERSION; (X)->patch = SMPEG_PATCHLEVEL; }
Smpeg Class | Tao.Sdl Namespace