bPyramid property
Allow B-pyramid for reference frame selection. This may not be supported
on all decoders. The default is false.
Implementation
@$pb.TagNumber(14)
$core.bool get bPyramid => $_getBF(13);
Implementation
@$pb.TagNumber(14)
set bPyramid($core.bool v) { $_setBool(13, v); }