renderTimeMs property

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

The timestamp (ms) of the external audio frame. You can use this timestamp to restore the order of the captured audio frame, and synchronize audio and video frames in video scenarios, including scenarios where external video sources are used.

Implementation

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