bFrameCount property
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);
Implementation
@$pb.TagNumber(15)
set bFrameCount($core.int v) { $_setSignedInt32(14, v); }