bFrameCount property

  1. @TagNumber.new(16)
int get bFrameCount

The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than VideoStream.gop_frame_count if set. The default is 0.

Implementation

@$pb.TagNumber(16)
$core.int get bFrameCount => $_getIZ(15);
  1. @TagNumber.new(16)
set bFrameCount (int v)

Implementation

@$pb.TagNumber(16)
set bFrameCount($core.int v) { $_setSignedInt32(15, v); }