Firelight Technologies FMOD Studio API
Initialize the FSBank system.
FSBANK_RESULT FSBank_Init(
FSBANK_FSBVERSION version,
FSBANK_INITFLAGS flags,
unsigned int numSimultaneousJobs,
const char *cacheDirectory
);
version
FSB version, currently only FSBANK_FSBVERSION_FSB5 is supported.
flags
Initialization flags which control how the system behaves.
numSimultaneousJobs
The maximum number of threads to create for parallel encoding. Set this to your number of CPU 'cores' for best performance.
cacheDirectory
Optional location to store the temporary cache files, default is a directory off the current working directory.
If the function succeeds then the return value is FSBANK_OK.
If the function fails then the return value will be one of the values defined in the FSBANK_RESULT enumeration.
Version 1.03.06 Built on Apr 17, 2014