avSyncTimeMs property

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

The amount of time (ms) that the audio is ahead of the video. If this value is negative, the audio is lagging behind the video.

Implementation

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