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