Firelight Technologies FMOD Studio API
Returns the current version of FMOD Studio being used.
FMOD_RESULT System::getVersion(
unsigned int *version
);
FMOD_RESULT FMOD_System_GetVersion(
FMOD_SYSTEM *system,
unsigned int *version
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
The version is a 32bit hexadecimal value formated as 16:8:8, with the upper 16bits being the major version, the middle 8bits being the minor version and the bottom 8bits being the development version. For example a value of 00040106h is equal to 4.01.06.
Version 1.03.06 Built on Apr 17, 2014