AgoraChatSDK 1.2.0
AgoraChatVideoMessageBody.h
1
9#import <Foundation/Foundation.h>
10
11#import "AgoraChatFileMessageBody.h"
12
18
23@property (nonatomic) int duration;
24
29@property (nonatomic, copy) NSString *_Nullable thumbnailLocalPath;
30
35@property (nonatomic, copy) NSString *_Nullable thumbnailRemotePath;
36
41@property (nonatomic, copy) NSString *_Nullable thumbnailSecretKey;
42
47@property (nonatomic) CGSize thumbnailSize;
48
53@property (nonatomic)AgoraChatDownloadStatus thumbnailDownloadStatus;
54
55@end
Definition: AgoraChatFileMessageBody.h:30
Definition: AgoraChatVideoMessageBody.h:18
int duration
Definition: AgoraChatVideoMessageBody.h:23
NSString *_Nullable thumbnailLocalPath
Definition: AgoraChatVideoMessageBody.h:29
AgoraChatDownloadStatus thumbnailDownloadStatus
Definition: AgoraChatVideoMessageBody.h:53
NSString *_Nullable thumbnailRemotePath
Definition: AgoraChatVideoMessageBody.h:35
NSString *_Nullable thumbnailSecretKey
Definition: AgoraChatVideoMessageBody.h:41
CGSize thumbnailSize
Definition: AgoraChatVideoMessageBody.h:47