NIM PC Cross Platform SDK
nim::IMVideo Struct Reference

小视频消息附件 More...

#include <nim_talk_helper.h>

Inheritance diagram for nim::IMVideo:
nim::IMFile

Public Member Functions

 IMVideo ()
 
std::string ToJsonString () const
 组装Json Value字符串 More...
 
- Public Member Functions inherited from nim::IMFile
 IMFile ()
 
std::string ToJsonString (nim_cpp_wrapper_util::Json::Value &attach) const
 组装Json Value字符串 More...
 
std::string ToJsonString () const
 组装Json Value字符串 More...
 

Public Attributes

int duration_
 视频时长
 
int width_
 视频画面宽度
 
int height_
 视频画面高度
 
- Public Attributes inherited from nim::IMFile
std::string md5_
 文件内容MD5
 
int64_t size_
 文件大小
 
std::string url_
 上传云端后得到的文件下载地址
 
std::string display_name_
 用于显示的文件名称
 
std::string file_extension_
 文件扩展名
 
std::string msg_attachment_tag_
 string, (可选)发送含有附件的消息时使用的场景标签(可参见nos删除策略) Audio Image Video File或者可以被SDK解析到本地文件路径的自定义消息
 

Detailed Description

小视频消息附件

Constructor & Destructor Documentation

◆ IMVideo()

nim::IMVideo::IMVideo ( )
inline

构造函数

Member Function Documentation

◆ ToJsonString()

std::string nim::IMVideo::ToJsonString ( ) const
inline

组装Json Value字符串

Returns
string Json Value字符串

The documentation for this struct was generated from the following file: