ShengwangChatSDK 1.3.2
构造函数 | 属性 | 所有成员列表
AgoraChatVideoMessageBody类 参考

#import <AgoraChatVideoMessageBody.h>

类 AgoraChatVideoMessageBody 继承关系图:
AgoraChatFileMessageBody AgoraChatMessageBody

构造函数

(instancetype _Nonnull) - NS_UNAVAILABLE
 
- 构造函数 继承自 AgoraChatFileMessageBody
(instancetype _Nonnull) - initWithLocalPath:displayName:
 
(instancetype _Nonnull) - initWithData:displayName:
 
(instancetype _Nonnull) - NS_UNAVAILABLE
 

属性

int duration
 
NSString *_Nullable thumbnailLocalPath
 
NSString *_Nullable thumbnailRemotePath
 
NSString *_Nullable thumbnailSecretKey
 
CGSize thumbnailSize
 
AgoraChatDownloadStatus thumbnailDownloadStatus
 
- 属性 继承自 AgoraChatFileMessageBody
NSString * displayName
 
NSString * localPath
 
NSString * remotePath
 
NSString * secretKey
 
long long fileLength
 
AgoraChatDownloadStatus downloadStatus
 
- 属性 继承自 AgoraChatMessageBody
AgoraChatMessageBodyType type
 
NSUInteger operationTime
 
NSString * operatorId
 
NSUInteger operatorCount
 

详细描述

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

作者
Hyphenate
版本
3.00 The video message body.

函数文档

◆ NS_UNAVAILABLE

- (instancetype _Nonnull) NS_UNAVAILABLE

属性说明

◆ 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.


该类的文档由以下文件生成: