crfLevel property

  1. @TagNumber.new(7)
int get crfLevel

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);
  1. @TagNumber.new(7)
set crfLevel (int v)

Implementation

@$pb.TagNumber(7)
set crfLevel($core.int v) { $_setSignedInt32(6, v); }