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