HyphenateChatSDK  3.8.3.1
Properties | List of all members
EMVideoMessageBody Class Reference

#import <EMVideoMessageBody.h>

Inheritance diagram for EMVideoMessageBody:
EMFileMessageBody EMMessageBody

Properties

int duration
 
NSString * thumbnailLocalPath
 
NSString * thumbnailRemotePath
 
NSString * thumbnailSecretKey
 
CGSize thumbnailSize
 
EMDownloadStatus thumbnailDownloadStatus
 
- Properties inherited from EMFileMessageBody
NSString * displayName
 
NSString * localPath
 
NSString * remotePath
 
NSString * secretKey
 
long long fileLength
 
EMDownloadStatus downloadStatus
 
- Properties inherited from EMMessageBody
EMMessageBodyType type
 

Additional Inherited Members

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

Detailed Description

@header EMVideoMessageBody.h @abstract Video message body

Author
Hyphenate
Version
3.00

Video message body

Property Documentation

◆ duration

- (int) duration
readwritenonatomicassign

Video duration, in seconds

◆ thumbnailDownloadStatus

- (EMDownloadStatus) thumbnailDownloadStatus
readwritenonatomicassign

Download status of thumbnail

◆ thumbnailLocalPath

- (NSString*) thumbnailLocalPath
readwritenonatomiccopy

Local path of thumbnail

◆ thumbnailRemotePath

- (NSString*) thumbnailRemotePath
readwritenonatomiccopy

Server url path of thumbnail

◆ thumbnailSecretKey

- (NSString*) thumbnailSecretKey
readwritenonatomiccopy

Secret key of thumbnail, required to download a thumbnail

◆ thumbnailSize

- (CGSize) thumbnailSize
readwritenonatomicassign

Size of video thumbnail


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