aecEstimatedDelay property

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

回声消除延迟 (ms),即回声消除 (Acoustic Echo Cancellation, AEC) 模块测算出音频在本地播放前与被本地采集后的信号延迟。

Implementation

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