Firelight Technologies FMOD Studio API
FSBANK_PROGRESSITEM
Status information describing the progress of a build.
C/C++ Syntax
typedef struct {
int subSoundIndex;
int threadIndex;
FSBANK_STATE state;
const void *stateData;
} FSBANK_PROGRESSITEM;
Members
subSoundIndex
Index into the subsound list passed to FSBank_Build that this update relates to (-1 indicates no specific subsound).
threadIndex
Which thread index is serving this update (-1 indicates FSBank_Build / main thread).
state
Progress through the encoding process.
stateData
Cast to state specific data structure for extra information.
See Also
Version 1.10.03 Built on Feb 1, 2018