ECVideoMessageBody Class Reference

Inherits from ECFileMessageBody : ECMessageBody : NSObject
Declared in ECVideoMessageBody.h

Overview

视频消息体

  thumbnailDownloadStatus

附件是否下载完成

@property (nonatomic) ECMediaDownloadStatus thumbnailDownloadStatus

Declared In

ECVideoMessageBody.h

  thumbnailLocalPath

视频第一帧图片本地文件路径

@property (nonatomic, strong) NSString *thumbnailLocalPath

Declared In

ECVideoMessageBody.h

  thumbnailRemotePath

视频第一帧图片服务器远程文件路径

@property (nonatomic, strong) NSString *thumbnailRemotePath

Declared In

ECVideoMessageBody.h

  size

视频的size

@property (nonatomic, assign) CGSize size

Declared In

ECVideoMessageBody.h

– initWithFile:displayName:

以文件路径构造文件对象

- (id)initWithFile:(NSString *)filePath displayName:(NSString *)displayName

Parameters

filePath

磁盘文件全路径

displayName

文件对象的显示名

Return Value

文件对象

Discussion

@method

Declared In

ECVideoMessageBody.h