timestamp property
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;
Timestamp (ms) of the incoming video frame. An incorrect timestamp results in frame loss or unsynchronized audio and video.
@JsonKey(name: 'timestamp')
final int? timestamp;