lowBoost property

  1. @TagNumber.new(3)
bool get lowBoost

Enable boosting low frequency components. The default is false.

Note: This field is not supported.

Implementation

@$pb.TagNumber(3)
$core.bool get lowBoost => $_getBF(2);
  1. @TagNumber.new(3)
set lowBoost (bool v)

Implementation

@$pb.TagNumber(3)
set lowBoost($core.bool v) { $_setBool(2, v); }