Memory_Free

FMOD Studio API

Firelight Technologies FMOD Studio API

Memory_Free

Frees memory that was allocated by FMOD internally.

JavaScript Syntax

FMOD.Memory_Free(
  memory,                 // Memory object supplied by a previous FMOD function.
);

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

Note! Currently FMOD.ReadFile is the only function that returns an object with memory allocated by FMOD.




Version 1.10.03 Built on Feb 1, 2018