NIM 跨平台 C++ SDK
|
#include <pthread.h>
#include "nim_cpp_wrapper/helper/nim_nos_helper.h"
#include "nim_wrapper_util/nim_json_util.h"
命名空间 | |
namespace | nim |
namespace nim | |
函数 | |
bool | nim::ParseUploadResult (const std::string &url, const std::string &json, UploadMediaResult &res) |
解析NOS上传结果 | |
bool | nim::ParseDownloadResult (const std::string &file_path, const std::string &call_id, const std::string &res_id, DownloadMediaResult &res) |
解析NOS上传过程数据 | |
bool | nim::ParseProgressData (const std::string &json, ProgressData &res) |
解析NOS上传过程数据 | |