disableSpatialInterlacing property
Disable spacial interlacing.
The default is false.
Implementation
@$pb.TagNumber(2)
$core.bool get disableSpatialInterlacing => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set disableSpatialInterlacing($core.bool v) { $_setBool(1, v); }