agora_chat_SDK  3.8.2
Properties | List of all members
VideoMessageBody Class Reference

#import <VideoMessageBody.h>

Inheritance diagram for VideoMessageBody:
FileMessageBody MessageBody

Properties

int duration
 
NSString * thumbnailLocalPath
 
NSString * thumbnailRemotePath
 
NSString * thumbnailSecretKey
 
CGSize thumbnailSize
 
AgoraDownloadStatus thumbnailDownloadStatus
 
- Properties inherited from FileMessageBody
NSString * displayName
 
NSString * localPath
 
NSString * remotePath
 
NSString * secretKey
 
long long fileLength
 
AgoraDownloadStatus downloadStatus
 
- Properties inherited from MessageBody
MessageBodyType type
 

Additional Inherited Members

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

Detailed Description

VideoMessageBody.h Video message body

Author
Hyphenate
Version
3.00

Video message body

Property Documentation

- (int) duration
readwritenonatomicassign

Video duration, unit is second

- (AgoraDownloadStatus) thumbnailDownloadStatus
readwritenonatomicassign

Download status of thumbnail

- (NSString*) thumbnailLocalPath
readwritenonatomiccopy

Local path of thumbnail

- (NSString*) thumbnailRemotePath
readwritenonatomiccopy

Server url path of thumbnail

- (NSString*) thumbnailSecretKey
readwritenonatomiccopy

Secret key of thumbnail, a key is required for verification when downloading thumbnails

- (CGSize) thumbnailSize
readwritenonatomicassign

Size of video thumbnail


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