bFrameCount property

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

Implementation

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