NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_nos_helper.h 文件参考

NOS数据结构定义 更多...

#include <functional>
#include <list>
#include <map>
#include <string>
#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"
#include "nim_define_include.h"

浏览源代码.

struct  nim::InitNosConfigParam
 初始化nos参数 更多...
 
struct  nim::InitNosResult
 初始化结果 更多...
 
struct  nim::UploadMediaResult
 上传完成的结果 更多...
 
struct  nim::DownloadMediaResult
 下载完成的结果 更多...
 
struct  nim::ProgressData
 传输过程中的数据 更多...
 

命名空间

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上传过程数据
 

详细描述

NOS数据结构定义

日期
2016/12/16