deinterlaceAllFrames property
Deinterlace all frames rather than just the frames identified as
interlaced. The default is false.
Implementation
@$pb.TagNumber(4)
$core.bool get deinterlaceAllFrames => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set deinterlaceAllFrames($core.bool v) { $_setBool(3, v); }