Chat SDK for Unity and Windows v1.3.1
|
Public 成员函数 | |
VideoBody (string localPath, string displayName, int duration, long fileSize=0, string thumbnailLocalPath="", double width=0, double height=0) | |
Public 属性 | |
string | ThumbnaiLocationPath |
string | ThumbnailRemotePath |
string | ThumbnailSecret |
DownLoadStatus | ThumbnailDownStatus = DownLoadStatus.PENDING |
double | Height |
double | Width |
int | Duration |
额外继承的成员函数 |
视频消息体。
AgoraChat.MessageBody.VideoBody.VideoBody | ( | string | localPath, |
string | displayName, | ||
int | duration, | ||
long | fileSize = 0 , |
||
string | thumbnailLocalPath = "" , |
||
double | width = 0 , |
||
double | height = 0 |
||
) |
视频消息体构造方法。
localPath | 视频消息的本地路径。 |
displayName | 视频文件的显示名称。 |
duration | 视频时长,单位为秒。 |
fileSize | 视频的文件大小,单位为字节。 |
thumbnailLocalPath | 视频缩略图的本地路径。 |
width | 视频宽度,单位为像素。 |
height | 视频高度,单位为像素。 |
string AgoraChat.MessageBody.VideoBody.ThumbnaiLocationPath |
视频缩略图的本地路径。
string AgoraChat.MessageBody.VideoBody.ThumbnailRemotePath |
视频缩略图在服务器端的存储路径。
string AgoraChat.MessageBody.VideoBody.ThumbnailSecret |
缩略图下载密钥。
DownLoadStatus AgoraChat.MessageBody.VideoBody.ThumbnailDownStatus = DownLoadStatus.PENDING |
缩略图下载状态。
double AgoraChat.MessageBody.VideoBody.Height |
视频的宽度和高度,单位为像素。
int AgoraChat.MessageBody.VideoBody.Duration |
视频时长,单位为秒。