Firelight Technologies FMOD Studio API

Studio::System::loadBankCustom

Loads a Studio event bank using custom read callbacks.

C++ Syntax

FMOD_RESULT Studio::System::loadBankCustom(
  const FMOD_STUDIO_BANK_INFO *info,
  FMOD_STUDIO_LOAD_BANK_FLAGS flags,
  Studio::Bank **bank
);

C Syntax

FMOD_RESULT FMOD_Studio_System_LoadBankCustom(
  FMOD_STUDIO_SYSTEM *system,
  const FMOD_STUDIO_BANK_INFO *info,
  FMOD_STUDIO_LOAD_BANK_FLAGS flags,
  FMOD_STUDIO_BANK **bank
);

Parameters

info
Information for loading the bank.
flags
Flags to control bank loading.
bank
Address of a variable to receive the Bank object.

Return Values

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.

See Also




Version 1.03.06 Built on Apr 17, 2014