|
AKSOUNDENGINE_API AKRESULT | AK::Monitor::PostCode (ErrorCode in_eError, ErrorLevel in_eErrorLevel, AkPlayingID in_playingID=AK_INVALID_PLAYING_ID, AkGameObjectID in_gameObjID=AK_INVALID_GAME_OBJECT, AkUniqueID in_audioNodeID=AK_INVALID_UNIQUE_ID, bool in_bIsBus=false) |
|
AKSOUNDENGINE_API AKRESULT | AK::Monitor::PostCodeVarArg (ErrorCode in_eError, ErrorLevel in_eErrorLevel, MsgContext msgContext,...) |
|
AKSOUNDENGINE_API AKRESULT | AK::Monitor::PostCodeVaList (ErrorCode in_eError, ErrorLevel in_eErrorLevel, MsgContext msgContext, ::va_list args) |
|
AKSOUNDENGINE_API AKRESULT | AK::Monitor::PostString (const char *in_pszError, ErrorLevel in_eErrorLevel, AkPlayingID in_playingID=AK_INVALID_PLAYING_ID, AkGameObjectID in_gameObjID=AK_INVALID_GAME_OBJECT, AkUniqueID in_audioNodeID=AK_INVALID_UNIQUE_ID, bool in_bIsBus=false) |
|
AKSOUNDENGINE_API AKRESULT | AK::Monitor::SetLocalOutput (AkUInt32 in_uErrorLevel=ErrorLevel_All, LocalOutputFunc in_pMonitorFunc=0) |
|
AKSOUNDENGINE_API AKRESULT | AK::Monitor::AddTranslator (AkErrorMessageTranslator *translator, bool overridePreviousTranslators=false) |
|
AKSOUNDENGINE_API AKRESULT | AK::Monitor::ResetTranslator () |
|
AKSOUNDENGINE_API AkTimeMs | AK::Monitor::GetTimeStamp () |
|
AKSOUNDENGINE_API void | AK::Monitor::MonitorStreamMgrInit (const AkStreamMgrSettings &in_streamMgrSettings) |
| Add the streaming manager settings to the profiler capture. More...
|
|
AKSOUNDENGINE_API void | AK::Monitor::MonitorStreamingDeviceInit (AkDeviceID in_deviceID, const AkDeviceSettings &in_deviceSettings) |
|
AKSOUNDENGINE_API void | AK::Monitor::MonitorStreamingDeviceDestroyed (AkDeviceID in_deviceID) |
|
AKSOUNDENGINE_API void | AK::Monitor::MonitorStreamMgrTerm () |
|