|
Brunot
|
#include "AudioObject.h"#include <FMOD/fmod.h>#include <FMOD/fmod.hpp>#include <FMOD/fmod_errors.h>#include "System/Logging.h"#include "System/Json.h"#include <nlohmann/json.hpp>#include <filesystem>#include "System/AudioSystem.h"#include "Framework/Engine.h"#include <source_location>Functions | |
| static auto | FMODERR (FMOD_RESULT result, std::source_location location=std::source_location::current()) -> bool |
| FMOD error checking function used internally for checking FMOD function results. | |
| auto | to_json (json &j, const AudioObject &a) ->void |
| auto | from_json (const json &j, AudioObject &a) ->void |
Variables | |
| static FMOD_RESULT | result |
|
static |
FMOD error checking function used internally for checking FMOD function results.
| auto from_json | ( | const json & | j, |
| AudioObject & | a )->void |
| auto to_json | ( | json & | j, |
| const AudioObject & | a )->void |
|
static |