FModFNTable

Engine/source/sfx/fmod/sfxFMODDevice.h

FMOD API function table.

More...

Classes:

Public Static Attributes

Public Functions

Detailed Description

FMOD API function table.

FMOD doesn't want to be called concurrently so in order to not force everything to the main thread (where sound updates would just stall during loading), we thunk all the API calls and lock all API entry points to a single mutex.

Public Attributes

DLibraryRef dllRef 
DLibraryRef eventDllRef 
bool eventIsLoaded 
bool isLoaded 

Public Static Attributes

Mutex * mutex 

Public Functions

FModFNTable()

~FModFNTable()