Unigine::Plugins::FMOD::FMOD Class
Header: | #include <plugins/Unigine/FMOD/UnigineFMOD.h> |
This set of functions is available when the FMOD plugin is loaded.
This class is intened to work with FMODCore and FMODStudio objects.
FMOD Class
Members
FMODCore * getCore ( ) const#
Returns the FMOD Core System object. The Core System object can be retrieved before initializing the Studio System object to call additional core configuration functions.Return value
FMOD Core System object.FMODStudio * getStudio ( ) const#
Returns the FMOD Studio System object.Return value
FMOD Studio System object.void update ( ) #
Calls update of FMOD Studio and Core.bool hasErrors ( int & error_type ) #
Checks for errors and returns error code. To interpret the error, see ERROR_TYPE enum.Arguments
- int & error_type - Variable to store error code.
Return value
true if an eror has orrurred, otherwise, false.Last update:
2024-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)