NIM SDK提供的一些全局接口
More...
#include <nim_cpp_global.h>
|
typedef std::function< void(int log_level, const std::string &log)> | SDKLogCallback |
|
◆ SDKLogCallback
◆ FreeBuf()
void nim::Global::FreeBuf |
( |
void * |
data | ) |
|
|
static |
释放SDK内部分配的内存
- Parameters
-
- Returns
- void 无返回值
◆ FreeStrBuf()
void nim::Global::FreeStrBuf |
( |
char * |
str | ) |
|
|
static |
释放SDK内部分配的内存
- Parameters
-
- Returns
- void 无返回值
◆ SetSDKLogCallback()
static void nim::Global::SetSDKLogCallback |
( |
const std::string & |
json_extension, |
|
|
const SDKLogCallback & |
callback |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: