ECVideoMessageBody Class Reference
| Inherits from | ECFileMessageBody : ECMessageBody : NSObject |
|---|---|
| Declared in | ECVideoMessageBody.h |
thumbnailDownloadStatus
附件是否下载完成
@property (nonatomic) ECMediaDownloadStatus thumbnailDownloadStatusDeclared In
ECVideoMessageBody.h
thumbnailLocalPath
视频第一帧图片本地文件路径
@property (nonatomic, strong) NSString *thumbnailLocalPathDeclared In
ECVideoMessageBody.h
thumbnailRemotePath
视频第一帧图片服务器远程文件路径
@property (nonatomic, strong) NSString *thumbnailRemotePathDeclared In
ECVideoMessageBody.h
– initWithFile:displayName:
以文件路径构造文件对象
- (id)initWithFile:(NSString *)filePath displayName:(NSString *)displayNameParameters
filePath |
磁盘文件全路径 |
|---|---|
displayName |
文件对象的显示名 |
Return Value
文件对象
Discussion
@method
Declared In
ECVideoMessageBody.h