AgoraChatSDK 1.2.0
Properties | List of all members
AgoraChatVideoMessageBody Class Reference

#import <AgoraChatVideoMessageBody.h>

Inheritance diagram for AgoraChatVideoMessageBody:
AgoraChatFileMessageBody AgoraChatMessageBody

Properties

int duration
 
NSString *_Nullable thumbnailLocalPath
 
NSString *_Nullable thumbnailRemotePath
 
NSString *_Nullable thumbnailSecretKey
 
CGSize thumbnailSize
 
AgoraChatDownloadStatus thumbnailDownloadStatus
 
- Properties inherited from AgoraChatFileMessageBody
NSString * displayName
 
NSString * localPath
 
NSString * remotePath
 
NSString * secretKey
 
long long fileLength
 
AgoraChatDownloadStatus downloadStatus
 
- Properties inherited from AgoraChatMessageBody
AgoraChatMessageBodyType type
 
NSUInteger operationTime
 
NSString * operatorId
 
NSUInteger operatorCount
 

Additional Inherited Members

- Instance Methods inherited from AgoraChatFileMessageBody
(instancetype _Nonnull) - initWithLocalPath:displayName:
 
(instancetype _Nonnull) - initWithData:displayName:
 

Detailed Description

@header AgoraChatVideoMessageBody.h @abstract The video message body.

Author
Hyphenate
Version
3.00 The video message body.

Property Documentation

◆ duration

- (int) duration
readwritenonatomicassign

The video duration, in seconds.

◆ thumbnailDownloadStatus

- (AgoraChatDownloadStatus) thumbnailDownloadStatus
readwritenonatomicassign

The download status of the thumbnail.

◆ thumbnailLocalPath

- (NSString* _Nullable) thumbnailLocalPath
readwritenonatomiccopy

The local path of thumbnail.

◆ thumbnailRemotePath

- (NSString* _Nullable) thumbnailRemotePath
readwritenonatomiccopy

The URL of the thumbnail on the server.

◆ thumbnailSecretKey

- (NSString* _Nullable) thumbnailSecretKey
readwritenonatomiccopy

The secret key of the thumbnail, which is required for verification when downloading the thumbnail.

◆ thumbnailSize

- (CGSize) thumbnailSize
readwritenonatomicassign

The size of the video thumbnail.


The documentation for this class was generated from the following file: