AgoraChatSDK 1.0.7
AgoraChatVideoMessageBody.h
1
15#import <Foundation/Foundation.h>
16
17#import "AgoraChatFileMessageBody.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)AgoraChatDownloadStatus thumbnailDownloadStatus;
81
82@end
Definition: AgoraChatFileMessageBody.h:42
Definition: AgoraChatVideoMessageBody.h:27
int duration
Definition: AgoraChatVideoMessageBody.h:35
NSString *_Nullable thumbnailLocalPath
Definition: AgoraChatVideoMessageBody.h:44
AgoraChatDownloadStatus thumbnailDownloadStatus
Definition: AgoraChatVideoMessageBody.h:80
NSString *_Nullable thumbnailRemotePath
Definition: AgoraChatVideoMessageBody.h:53
NSString *_Nullable thumbnailSecretKey
Definition: AgoraChatVideoMessageBody.h:62
CGSize thumbnailSize
Definition: AgoraChatVideoMessageBody.h:71