disableSpatialInterlacing property

  1. @TagNumber.new(2)
bool get disableSpatialInterlacing

Disable spacial interlacing. The default is false.

Implementation

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

Implementation

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