menu
2024.1.8.8893
2023.1.16.8822
2025.1.1.8936
2022.1.19.8584
2021.1.14.8108
クラス | |
struct | AK::Monitor::MsgContext |
struct | AK::Monitor::MonitorErrorInfo |
名前空間 | |
namespace | AK |
Definition of data structures for AkAudioObject | |
AK::Monitor | |
マクロ定義 | |
#define | ERROR_CODE_DEF(in_name, in_msg) { MonitorErrorInfo(in_name, in_msg) } |
#define | AK_MONITOR_ERROR(in_eErrorCode) AK::Monitor::PostCode( in_eErrorCode, AK::Monitor::ErrorLevel_Error ) |
#define | AK_MONITOR_STREAM_MGR_INIT(in_streamMgrSettings) AK::Monitor::MonitorStreamMgrInit( in_streamMgrSettings ) |
#define | AK_MONITOR_STREAMING_DEVICE_INIT(in_deviceID, in_deviceSettings) AK::Monitor::MonitorStreamingDeviceInit( in_deviceID, in_deviceSettings ) |
#define | AK_MONITOR_STREAMING_DEVICE_DESTROYED(in_deviceID) AK::Monitor::MonitorStreamingDeviceDestroyed( in_deviceID ) |
#define | AK_MONITOR_STREAM_MGR_TERM() AK::Monitor::MonitorStreamMgrTerm() |
型定義 | |
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. [詳解] | |
変数 | |
const MonitorErrorInfo | AK::Monitor::s_aszMonitorErrorInfos [Num_ErrorCodes] |