HyphenateChatSDK  4.6.0
EMVideoMessageBody.h
1 
15 #import <Foundation/Foundation.h>
16 
17 #import "EMFileMessageBody.h"
18 
27 
35 @property (nonatomic) int duration;
36 
44 @property (nonatomic, copy) NSString *_Nullable thumbnailLocalPath;
45 
53 @property (nonatomic, copy) NSString *_Nullable thumbnailRemotePath;
54 
62 @property (nonatomic, copy) NSString *_Nullable thumbnailSecretKey;
63 
71 @property (nonatomic) CGSize thumbnailSize;
72 
80 @property (nonatomic)EMDownloadStatus thumbnailDownloadStatus;
81 
82 -(instancetype _Nonnull ) init NS_UNAVAILABLE;
83 @end
NSString *_Nullable thumbnailLocalPath
Definition: EMVideoMessageBody.h:44
EMDownloadStatus thumbnailDownloadStatus
Definition: EMVideoMessageBody.h:80
CGSize thumbnailSize
Definition: EMVideoMessageBody.h:71
NSString *_Nullable thumbnailRemotePath
Definition: EMVideoMessageBody.h:53
Definition: EMVideoMessageBody.h:26
NSString *_Nullable thumbnailSecretKey
Definition: EMVideoMessageBody.h:62
Definition: EMFileMessageBody.h:41
int duration
Definition: EMVideoMessageBody.h:35