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