|
HyphenateChatSDK
4.14.0
|
#import <EMVideoMessageBody.h>
构造函数 | |
| (instancetype _Nonnull) | - NS_UNAVAILABLE |
属性 | |
| int | duration |
| NSString *_Nullable | thumbnailLocalPath |
| NSString *_Nullable | thumbnailRemotePath |
| NSString *_Nullable | thumbnailSecretKey |
| CGSize | thumbnailSize |
| EMDownloadStatus | thumbnailDownloadStatus |
|
readwritenonatomicassign |
视频时长, 单位为秒。
|
readwritenonatomicassign |
缩略图下载状态。
|
readwritenonatomiccopy |
缩略图的本地路径。
|
readwritenonatomiccopy |
缩略图在服务器的路径。
|
readwritenonatomiccopy |
缩略图的密钥, 下载缩略图时需要密匙做校验。
|
readwritenonatomicassign |
视频缩略图的尺寸。
1.8.10