Firelight Technologies FMOD Studio API

FMOD_STUDIO_BANK_INFO

Information for loading a bank with Studio::System::loadBankCustom.

Structure

typedef struct {
  int size;
  void *userData;
  int userDataLength;
  FMOD_FILE_OPEN_CALLBACK openCallback;
  FMOD_FILE_CLOSE_CALLBACK closeCallback;
  FMOD_FILE_READ_CALLBACK readCallback;
  FMOD_FILE_SEEK_CALLBACK seekCallback;
} FMOD_STUDIO_BANK_INFO;

Members

size

The size of this struct (for binary compatibility)

userData

User data to be passed to the file callbacks

userDataLength

If this is non-zero, userData will be copied internally

openCallback

Callback for opening this file.

closeCallback

Callback for closing this file.

readCallback

Callback for reading from this file.

seekCallback

Callback for seeking within this file.

See Also




Version 1.03.06 Built on Apr 17, 2014