aqStrength property

  1. @TagNumber.new(17)
double get aqStrength

Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.

Implementation

@$pb.TagNumber(17)
$core.double get aqStrength => $_getN(16);
  1. @TagNumber.new(17)
set aqStrength (double v)

Implementation

@$pb.TagNumber(17)
set aqStrength($core.double v) { $_setDouble(16, v); }