HyphenateChatSDK 4.5.0
构造函数 | 属性 | 所有成员列表
EMVideoMessageBody类 参考

#import <EMVideoMessageBody.h>

类 EMVideoMessageBody 继承关系图:
EMFileMessageBody EMMessageBody

构造函数

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

属性

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

详细描述

@header EMVideoMessageBody.h @abstract 视频消息体。

作者
Hyphenate
版本
3.00

视频消息体。

属性说明

◆ duration

- (int) duration
readwritenonatomicassign

视频时长, 单位为秒。

◆ thumbnailDownloadStatus

- (EMDownloadStatus) thumbnailDownloadStatus
readwritenonatomicassign

缩略图下载状态。

◆ thumbnailLocalPath

- (NSString* _Nullable) thumbnailLocalPath
readwritenonatomiccopy

缩略图的本地路径。

◆ thumbnailRemotePath

- (NSString* _Nullable) thumbnailRemotePath
readwritenonatomiccopy

缩略图在服务器的路径。

◆ thumbnailSecretKey

- (NSString* _Nullable) thumbnailSecretKey
readwritenonatomiccopy

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

◆ thumbnailSize

- (CGSize) thumbnailSize
readwritenonatomicassign

视频缩略图的尺寸。


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