bPyramid property

  1. @TagNumber.new(15)
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(15)
$core.bool get bPyramid => $_getBF(14);
  1. @TagNumber.new(15)
set bPyramid (bool v)

Implementation

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