bPyramid property

  1. @TagNumber.new(14)
bool get bPyramid

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);
  1. @TagNumber.new(14)
set bPyramid (bool v)

Implementation

@$pb.TagNumber(14)
set bPyramid($core.bool v) { $_setBool(13, v); }