FMOD_FILE_ASYNCDONE_FUNC

FMOD Studio API

Firelight Technologies FMOD Studio API

FMOD_FILE_ASYNCDONE_FUNC

Function to be called when asynchronous reading is finished.

C/C++ Syntax

FMOD_RESULT F_CALLBACK FMOD_FILE_ASYNCDONE_FUNC(
  FMOD_ASYNCREADINFO *info,
  FMOD_RESULT result
);

Parameters

info

Pointer to FMOD_ASYNCREADINFO structure. Use this structure to get a reference for your own system, note that the read that use this structure may have already completed.

result

The result of the read operation to pass back to FMOD.

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.

Remarks

FMOD file system wake up function. Call this when the user file read is finished.

See Also




Version 1.10.03 Built on Feb 1, 2018