timestamp property

  1. @JsonKey(name: 'timestamp')
int? timestamp
final

Timestamp (ms) of the incoming video frame. An incorrect timestamp results in frame loss or unsynchronized audio and video.

Implementation

@JsonKey(name: 'timestamp')
final int? timestamp;