Firelight Technologies FMOD Studio API
FMOD_DEBUG_MODE
Specify the destination of log output when using the logging version of FMOD.
C/C++ Syntax
typedef enum {
FMOD_DEBUG_MODE_TTY,
FMOD_DEBUG_MODE_FILE,
FMOD_DEBUG_MODE_CALLBACK
} FMOD_DEBUG_MODE;
JavaScript Syntax
FMOD.DEBUG_MODE_TTY
FMOD.DEBUG_MODE_FILE
FMOD.DEBUG_MODE_CALLBACK
FMOD.DEBUG_MODE_FORCEINT
Values
FMOD_DEBUG_MODE_TTY
Default log location per platform, i.e. Visual Studio output window, stderr, LogCat, etc
FMOD_DEBUG_MODE_FILE
Write log to specified file path
FMOD_DEBUG_MODE_CALLBACK
Call specified callback with log information
Remarks
TTY destination can vary depending on platform, common examples include the Visual Studio / Xcode output window, stderr and LogCat.
See Also
Version 1.10.03 Built on Feb 1, 2018