aqStrength property
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);
Implementation
@$pb.TagNumber(17)
set aqStrength($core.double v) { $_setDouble(16, v); }