名前空間 | |
namespace | AK |
Audiokinetic namespace |
|
AK::Monitor | |
マクロ定義 | |
#define | AK_MONITOR_ERROR(in_eErrorCode) AK::Monitor::PostCode( in_eErrorCode, AK::Monitor::ErrorLevel_Error ) |
型定義 | |
typedef void(* | AK::Monitor::LocalOutputFunc) (ErrorCode in_eErrorCode, const AkOSChar *in_pszError, ErrorLevel in_eErrorLevel, AkPlayingID in_playingID, AkGameObjectID in_gameObjID) |
Function prototype of local output function pointer. [詳解] |
|
関数 | |
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::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 AkTimeMs | AK::Monitor::GetTimeStamp () |
変数 | |
const AkOSChar * | AK::Monitor::s_aszErrorCodes [Num_ErrorCodes] |