crfLevel property
Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
Implementation
@$pb.TagNumber(7)
$core.int get crfLevel => $_getIZ(6);
Implementation
@$pb.TagNumber(7)
set crfLevel($core.int v) { $_setSignedInt32(6, v); }