Firelight Technologies FMOD Studio API
Creates a Studio System object. This must be called before you do anything else.
static FMOD_RESULT Studio::System::create(
Studio::System **system,
unsigned int headerVersion
);
FMOD_RESULT FMOD_Studio_System_Create(
FMOD_STUDIO_SYSTEM **system,
unsigned int headerVersion
);
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.
This also creates the internal Low Level System object. Call Studio::System::release to free the Studio System.
Version 1.03.06 Built on Apr 17, 2014