WhitePlayerTimeInfo Class Reference

Inherits from WhiteObject
Declared in WhitePlayerTimeInfo.h

Overview

白板回放的播放时间信息。

  scheduleTime

当前的回放进度(秒)。

@property (nonatomic, assign, readonly) NSTimeInterval scheduleTime

Declared In

WhitePlayerTimeInfo.h

  timeDuration

回放的总时长(秒)。

@property (nonatomic, assign, readonly) NSTimeInterval timeDuration

Declared In

WhitePlayerTimeInfo.h

  framesCount

回放的总 frame 数。

@property (nonatomic, assign, readonly) NSInteger framesCount

Declared In

WhitePlayerTimeInfo.h

  beginTimestamp

回放的起始时间。

@property (nonatomic, assign, readonly) NSTimeInterval beginTimestamp

Discussion

UTC 时间戳(秒),你需要自行转换为 UTC 时间。

例如,如果返回 1615370614269,表示的 UTC 时间为 2021-03-10 18:03:34 GMT+0800。

Declared In

WhitePlayerTimeInfo.h