TIMVideoElem Class Reference

Inherits from TIMElem : NSObject
Declared in TIMMessage.h

Overview

视频消息 Elem

  taskId

上传时任务 ID,可用来查询上传进度(已废弃,请在 TIMUploadProgressListener 监听上传进度)

@property (nonatomic, assign) uint32_t taskId

Declared In

TIMMessage.h

  videoPath

视频文件路径,发送消息时设置

@property (nonatomic, strong) NSString *videoPath

Declared In

TIMMessage.h

  video

视频信息,发送消息时设置

@property (nonatomic, strong) TIMVideo *video

Declared In

TIMMessage.h

  snapshotPath

截图文件路径,发送消息时设置

@property (nonatomic, strong) NSString *snapshotPath

Declared In

TIMMessage.h

  snapshot

视频截图,发送消息时设置

@property (nonatomic, strong) TIMSnapshot *snapshot

Declared In

TIMMessage.h