currentThreshold property

  1. @TagNumber.new(2)
double get currentThreshold

Energy threshold currently in use. (Swift/Kotlin: threshold; C ABI: rac_vad_statistics_t::current_threshold)

Implementation

@$pb.TagNumber(2)
$core.double get currentThreshold => $_getN(1);
  1. @TagNumber.new(2)
set currentThreshold (double value)

Implementation

@$pb.TagNumber(2)
set currentThreshold($core.double value) => $_setFloat(1, value);