HyphenateChatSDK 4.8.0
Instance Methods | Properties | List of all members
EMVideoMessageBody Class Reference

#import <EMVideoMessageBody.h>

Inheritance diagram for EMVideoMessageBody:
EMFileMessageBody EMMessageBody

Instance Methods

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

Properties

int duration
 
NSString *_Nullable thumbnailLocalPath
 
NSString *_Nullable thumbnailRemotePath
 
NSString *_Nullable 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
 
NSUInteger operationTime
 
NSString * operatorId
 
NSUInteger operatorCount
 

Detailed Description

@header EMVideoMessageBody.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

- (EMDownloadStatus) 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: