FSBank_FetchNextProgressItem

FMOD Studio API

Firelight Technologies FMOD Studio API

FSBank_FetchNextProgressItem

Fetch build progress items that describe the current state of the build. Can be called while the build is in progress to get realtime updates or after the build for a report. Call FSBank_ReleaseProgressItem to free allocated memory.

C Syntax

FSBANK_RESULT FSBank_FetchNextProgressItem(
  const FSBANK_PROGRESSITEM **progressItem
);

Parameters

progressItem

One status update about the progress of a particular subsound.

Return Values

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.

See Also




Version 1.10.03 Built on Feb 1, 2018