NIM SDK API  9.0.0
Classes | Namespaces | Functions
nim_nos_helper.h File Reference

NOS数据结构定义 More...

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

Go to the source code of this file.

Classes

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

Namespaces

 nim
 namespace nim
 

Functions

NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseUploadResult (const std::string &url, const std::string &json, UploadMediaResult &res)
 解析NOS上传结果 More...
 
NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseDownloadResult (const std::string &file_path, const std::string &call_id, const std::string &res_id, DownloadMediaResult &res)
 解析NOS上传过程数据 More...
 
NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseProgressData (const std::string &json, ProgressData &res)
 解析NOS上传过程数据 More...
 

Detailed Description

NOS数据结构定义

Date
2016/12/16