HyphenateSDK  3.6.1
属性 | 所有成员列表
EMVideoMessageBody类 参考

#import <EMVideoMessageBody.h>

类 EMVideoMessageBody 继承关系图:
EMFileMessageBody EMMessageBody

属性

int duration
 
NSString * thumbnailLocalPath
 
NSString * thumbnailRemotePath
 
NSString * thumbnailSecretKey
 
CGSize thumbnailSize
 
EMDownloadStatus thumbnailDownloadStatus
 
- 属性 继承自 EMFileMessageBody
NSString * displayName
 
NSString * localPath
 
NSString * remotePath
 
NSString * secretKey
 
long long fileLength
 
EMDownloadStatus downloadStatus
 
- 属性 继承自 EMMessageBody
EMMessageBodyType type
 

额外继承的成员函数

- 构造函数 继承自 EMFileMessageBody
(instancetype) - initWithLocalPath:displayName:
 
(instancetype) - initWithData:displayName:
 

详细描述

EMVideoMessageBody.h 视频消息体

作者
Hyphenate
版本
3.00

视频消息体

属性说明

- (int) duration
readwritenonatomicassign

视频时长, 秒为单位

- (EMDownloadStatus) thumbnailDownloadStatus
readwritenonatomicassign

缩略图下载状态

- (NSString*) thumbnailLocalPath
readwritenonatomiccopy

缩略图的本地路径

- (NSString*) thumbnailRemotePath
readwritenonatomiccopy

缩略图在服务器的路径

- (NSString*) thumbnailSecretKey
readwritenonatomiccopy

缩略图的密钥, 下载缩略图时需要密匙做校验

- (CGSize) thumbnailSize
readwritenonatomicassign

视频缩略图的尺寸


该类的文档由以下文件生成: